Html miscellaneous


  1. Which of the following are automatically loaded and operates as a part of browser?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Functionality of firefox can be extended as well as modified by using Add-ons. Plugin programs operates as a part of browser. A utility provides an addition to the capabilities provided by the operating system. A widget is a simple application extension that is already installed on the device.


  1. Which of the following allows user to view a webpage?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    An interpreter is a computer program that directly executes, instructions written in a programming or scripting language. A website is a collection of related web pages, which contains multimedia content. An operating system is a balancing bridge between hardware and software. A web/internet browser allows user to view a webpage



  1. What is DOM?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    The Document Object Model is a cross-platform and language-independent application programming interface that treats an HTML, XHTML, or XML document as a tree structure. A document can be viewed as a logical tree with help of DOM Model.


  1. <meta http-equiv="X-UA-Compatible" content="IE=8"> is used to _________











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    X-UA-Compatible is a document mode meta tag that allows web authors to choose what version of Internet Explorer the page should be rendered as. The display as IE 8 with or without a DOCTYPE. It provides fallback for IE8.



  1. Which one of the following is an open source JavaScript library that enables styling for HTML5 elements in versions of Internet Explorer before IE 9 ?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    HTML5 Shiv is a JavaScript workaround, invented by Sjoerd Visscher, to enable styling of HTML5 elements in versions of Internet Explorer prior to version 9, which do not allow unknown elements to be styled without JavaScript. HTML 5 defines the properties and behaviors of web page content. It is a web language.