Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

What should we add to a template in Dreamweaver in order to control where page content goes?(a) Editable Regions(b) HTML controllers(c) Frames(d) Content ControllersI have been asked this question in an internship interview.The doubt is from Choosing Editors and IDEs topic in portion HTML Fundamentals of HTML

Answer»

The correct option is (a) Editable Regions

The best I can explain: A TEMPLATE is a special type of document that you USE to design a “fixed” page layout; you can then create documents based on the template that inherit its page layout. Editable template regions control which areas of a template-based page a user can EDIT. Frames APPEAR inside a WEB page.

52.

Which of the following is the first web browser?(a) Nexus(b) Netscape Navigator(c) Internet Explorer(d) MosaicI have been asked this question in an interview for internship.My enquiry is from Web Browsers in portion HTML Fundamentals of HTML

Answer»

Correct option is (a) Nexus

To explain: The FIRST web browser was INVENTED in 1990 called World Wide Web which was later renamed to Nexus. In 1995, a graphical web browser named Internet Explorer was developed. The NETSCAPE is a web browserproduced by Netscape Communications. NCSA Mosaic, or Mosaic, is the web browser which in turn popularized World Wide Web.

53.

State whether the given statement is true or false. “We can intermix XHTML and HTML 4.01 documents”(a) True(b) FalseThe question was posed to me by my school principal while I was bunking the class.Enquiry is from Traditional HTML and XHTML in portion HTML Fundamentals of HTML

Answer»

The correct answer is (b) False

The EXPLANATION is: HTML is not in XML format. You have to make the changes NECESSARY to make the document PROPER XML before you can get it accepted as XML.

54.

What an article element should not contain?(a) Main element(b) Text or embedded content(c) Image(d) Video & AudioI had been asked this question during an interview for a job.The doubt is from HTML5 Introduction topic in portion HTML Fundamentals of HTML

Answer»

Correct answer is (a) Main ELEMENT

For EXPLANATION I would say: The

element MUST NOT be a descendant of an
,

55.

Which of the following are automatically loaded and operates as a part of browser?(a) Add-ons(b) Plug-ins(c) Utilities(d) WidgetsThe question was posed to me at a job interview.This interesting question is from Choosing Web Servers in division HTML Fundamentals of HTML

Answer»

Correct choice is (b) Plug-ins

The explanation is: 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.

56.

Which of the following is not a response-header field?(a) Location(b) Server(c) ETag(d) RefererThis question was posed to me by my school teacher while I was bunking the class.I want to ask this question from HTTP Overview topic in portion HTML Fundamentals of HTML

Answer»

Right answer is (d) Referer

To explain I would say: For passing ADDITIONAL INFORMATION about the response that can’t be placed in Status-Line, we use response-header fields. Some of the fields are Age, Accept-Ranges, Location, ETAG, WWW-Authenticate, Vary, SERVER, Retry-After.

57.

In OSI model USB lies under the layer ___________(a) data Link layer(b) physical layer(c) network layer(d) transport layerI have been asked this question in a national level competition.The doubt is from HTTP Overview topic in section HTML Fundamentals of HTML

Answer»

Right choice is (B) physical layer

Easy explanation: There are seven layers namely Physical layer, DATA LINK layer, network Layer, TRANSPORT layer, session layer, PRESENTATION layer, and application layer. The physical layer is the first layer, it is used for transmitting electrical signal across the network. Examples are USB, Bluetooth or Ethernet.

58.

Which of the following statement is true?(a) Canvas Contains built-in animations(b) SVG needs scripts to draw elements(c) In canvas, drawing is done with pixels(d) SVG don’t support to event handlersI had been asked this question during an online interview.My question is based upon HTML5 Introduction in section HTML Fundamentals of HTML

Answer»

The correct ANSWER is (c) In canvas, DRAWING is done with pixels

To EXPLAIN: In SVG drawing is done with vectors and it SUPPORT event handlers. Canvas doesn’t contains any built-in-animations and drawing is done with pixels.

59.

Which tag is used with JavaScript?(a) (b) (c) (d) The question was asked in an online quiz.My enquiry is from HTML5 Introduction in chapter HTML Fundamentals of HTML

Answer»

Right option is (a)

To explain I would say: tag is basically USED for graphics via scripting i.e. USUALLY with Java Script (scripting language, basically used to CREATE animations).Other TAGS like

,
,
can be used simply with HTML.

60.

Which feature was already introduced before HTML5?(a) Canvas/SVG(b) Video(c) Geolocation(d) FramesThe question was posed to me in a national level competition.This interesting question is from HTML5 Introduction in division HTML Fundamentals of HTML

Answer»

The correct option is (d) FRAMES

The explanation is: Until recently you could not draw on the WEB and GRAPHICS were not very interactive but canvas/SVG which were INTRODUCED by HTML5 SOLVED all the problems. Video, Geolocation were also new features introduced by HTML5. Frames were already there before the launch of HTML5.

61.

Which of the following applications/software can be used to create a favicon?(a) Unity(b) Adobe Photoshop(c) Dreamweaver(d) VLCI have been asked this question in an international level competition.This question is from Favicons and Icons topic in division HTML Fundamentals of HTML

Answer»

The CORRECT answer is (b) ADOBE Photoshop

The best I can explain: Favicon MEANS favorite icon. To create a favicon, we can use any GRAPHICS editor program in the MARKET such as Adobe Photoshop or Fireworks.

62.

The recommended basic size for a favicon is ___________ pixels.(a) 16×16(b) 26×26(c) 48×48(d) both 16×16 and 48×48The question was posed to me by my college director while I was bunking the class.I want to ask this question from Favicons and Icons topic in division HTML Fundamentals of HTML

Answer»

Correct choice is (d) both 16×16 and 48×48

For EXPLANATION I would say: Facicon is a graphical REPRESENTATION of a site which stands for favorite icon. The BASIC size for a favicon varies from16×16 pixels, 32×32 pixels, 48×48 pixels etc in ICO image file format.

63.

__________ prevents the page from being indexed altogether.(a) noarchive(b) nofollow(c) noindex(d) novalueI have been asked this question in an online quiz.I need to ask this question from Meta Data topic in portion HTML Fundamentals of HTML

Answer»

The correct answer is (c) noindex

For explanation I would say: NOFOLLOW attribute instruct search engines that a hyperlink should not influence the link target’s ranking in search engine. NOINDEX prevents page from being indexed. To PREVENT a page from being cracked, NOARCHIEVE tag can be used. The noindex value of an HTML robots meta tag requests that AUTOMATED Internet BOTS avoid indexing a WEB page.

64.

__________ prevents search engines from showing a cached link for the page.(a) nobot(b) nofollow(c) noarchive(d) nosearchI have been asked this question in exam.My doubt is from Meta Data in section HTML Fundamentals of HTML

Answer» RIGHT option is (c) noarchive

Easy explanation: The “noarchive” meta tag is used to tell browsers not to STORE cached link for the page. A “nofollow” ATTRIBUTE instruct search engines that a hyperlink should not influence the link target’s ranking in search ENGINE. The “noindex” prevents page from being INDEXED.
65.

___________ is an open source JavaScript library that allows support for different levels of experiences based on the capabilities of each browser.(a) Navigator(b) Modernizr(c) Geolocation(d) Google APII have been asked this question in exam.This intriguing question comes from Compatibility Libraries topic in division HTML Fundamentals of HTML

Answer» RIGHT choice is (b) Modernizr

To explain I would say: Modernizr is an open source JavaScript library that ALLOWS support for different levels of experiences BASED on the capabilities of each browser using a SIMPLE FEATURE detection model. Geolocation is the identification of geographic location of an object. The navigator object contains information about the browser. Google API, i.e set of application programming interface which allow communication with Google Services & integration to other services.
66.

____________ allows you to add custom styles to the document and test an element afterwards.(a) hasEvent()(b) testAllProps()(c) testProp()(d) modernizr.testStyles()The question was asked in exam.Question is from Compatibility Libraries topic in section HTML Fundamentals of HTML

Answer»

Correct answer is (d) modernizr.testStyles()

Easiest EXPLANATION: Modernizr.testStyles() allows you to add CUSTOM STYLES to the document and test an element AFTERWARDS. An element with the ID of “modernizr” is injected into the page.

67.

We can define ________ number of sites with one copy of dreamweaver installed on our computer.(a) 990(b) 10(c) only 1(d) unlimitedThe question was asked in an interview for internship.This key question is from Choosing Editors and IDEs topic in section HTML Fundamentals of HTML

Answer» RIGHT answer is (d) unlimited

Explanation: Dreamweaver is an IDE to build CUSTOM web APPS and applications. There is no definite liit to it.
68.

Maqetta is an open source initiative of the Dojo Foundation to geared towards visual designers through a WYSIWYG user interface.(a) True(b) FalseThe question was posed to me in an interview for internship.Query is from Choosing Editors and IDEs topic in division HTML Fundamentals of HTML

Answer»

Correct option is (a) True

The explanation is: Maqetta is an OPEN source initiative of the Dojo Foundation to build an HTML5-based EDITOR GEARED towards visual designers through a WYSIWYG user INTERFACE. Maqetta was developed by IBM and then DONATED to the Dojo.

69.

Which of the following is not an IDE?(a) BlueGriffon 1.5.2(b) Aptana studio 3(c) TextEdit(Mac)(d) DreamweaverThe question was posed to me during an online exam.My query is from Choosing Editors and IDEs in portion HTML Fundamentals of HTML

Answer»

Right choice is (C) TextEdit(Mac)

Explanation: Dreamweaver is an Integrated Development Environment (IDE) tool. Aptana STUDIO 3 is an open-source integrated development environment (IDE) used for web APPLICATIONS. BLUEGRIFFON 1.5.2 is an integrated development environment powered by Gecko. TextEdit is a simple, open-source WORD processor.

70.

Which of the following are table tags?(a) table, thead, tr, td(b) colspan, table, tr(c) table, tt, tr, td(d) thead, colspan, td, trThis question was addressed to me in final exam.This intriguing question originated from Traditional HTML and XHTML topic in chapter HTML Fundamentals of HTML

Answer»

The correct CHOICE is (a) table, THEAD, tr, td

The EXPLANATION is: Table has different TAGS such as table, thead, tr, td, etc WHEREAS colospan is an attribute of table.

71.

HTML and XHTML stands for ______(a) Hyper Text Markup Language and Extensible HyperText Markup Language(b) Hyper Text Markup Language and Extensible HyperText Marking Language(c) Hyper Text Marking Language and EXtensible HyperText Marking Language(d) Hyper Text Marking Language and Extensible HyperText Markup LanguageI had been asked this question by my school principal while I was bunking the class.This interesting question is from Traditional HTML and XHTML topic in portion HTML Fundamentals of HTML

Answer»

The correct OPTION is (a) Hyper Text MARKUP Language and EXTENSIBLE HYPERTEXT Markup Language

Best explanation: HTML stands for “Hyper Text Markup Language” and XHTML stand for “Extensible HyperText Markup Language”.

72.

Which of the following is not the request method?(a) Head(b) Get(c) Remove(d) PutThis question was posed to me in homework.My query is from HTTP Overview topic in portion HTML Fundamentals of HTML

Answer»

Right OPTION is (c) Remove

The explanation: There are VARIOUS request methods on the resource identified by Request-URI. Get, post, head, delete, TRACE, CONNECT, put and options are some of the methods. For retrieving information from the SERVER we use Get method.

73.

Which one is the correct syntax for specifying media type?(a) type ”/” subtype *( “;” parameter)(b) subtype ”/” type *(“;” parameter)(c) parameter “/” type *(“;” subtype)(d) (“;” subtype) “/” type *(parameter)I have been asked this question during an interview.My question is based upon HTTP Overview topic in section HTML Fundamentals of HTML

Answer»

Correct choice is (a) type ”/” subtype *( “;” parameter)

EASIEST explanation: Internet media types are used in Content-Type and Accept HEADER fields. Media types are registered with IANA (Internet Assigned Number Authority). The syntax for a media type is m-type = type “/” subtype *(“;” parameter). The NAME of subtype, type and parameter attribute all are case SENSITIVE.

74.

IP is used in the level ___________(a) presentation layer(b) network layer(c) application layer(d) data Link layerThe question was asked during an interview.This interesting question is from HTTP Overview topic in chapter HTML Fundamentals of HTML

Answer»

The correct option is (b) network layer

Explanation: Network layer is the THIRD layer, it deals with ROUTING across complicated networks, Internet Protocol (IP) is very commonly used at this level. It is CAPABLE of traveling across multiple networks. It can also travel through INTERMEDIATE devices like routers.

75.

The favicon was standardized by the _______(a) IANA(b) W3C(c) WIPO(d) EPOI got this question during an internship interview.Question is taken from Favicons and Icons topic in division HTML Fundamentals of HTML

Answer»

The correct option is (B) W3C

Easy explanation: In december 1999, the favicon was STANDARDIZED by W3C i.e World WIDE Web Consortium. IANA is Internet Assigned Numbers Authority. WIPO stands for World INTELLECTUAL Property ORGANIZATION and EPO for European Patent Office.

76.

Which of the following is not sectioning elements?(a) (b) (c) (d) The question was posed to me in an online quiz.My enquiry is from HTML5 Introduction in portion HTML Fundamentals of HTML

Answer» CORRECT ANSWER is (d)


To explain: The
element represents a section of a DOCUMENT or application. Tags like
,
77.

In 2003, the .ico format was registered with the ____________(a) IANA(b) W3C(c) WIPO(d) EPOThe question was posed to me during an interview.This intriguing question comes from Favicons and Icons topic in portion HTML Fundamentals of HTML

Answer»

Correct choice is (a) IANA

For explanation I would SAY: In 2003, the .ICO format was registered with the Internet Assigned Numbers Authority (IANA) under the MIME type image/vnd.microsoft.icon. W3C is World Wide CONSORTIUM which standardized facicon for HTML 4.01 recommendation. WIPO stands for World Intellectual Property Organization and EPO for European Patent Office.

78.

In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizr.(a) True(b) FalseI have been asked this question in a job interview.My enquiry is from Compatibility Libraries in section HTML Fundamentals of HTML

Answer»

The correct OPTION is (a) True

The explanation: Modernizr is a JavaScript LIBRARY that detects which HTML5 and CSS3 features your visitor’s browser supports. Modernizer determines whether browser has implemented a given feature. Developers take advantage of new features that browsers support, STILL CREATE fallbacks for browsers that lack support.

79.

___________ prevents search engines from following links inside the page.(a) noarchive(b) nofollow(c) noindex(d) novalueI got this question by my school principal while I was bunking the class.This key question is from Meta Data topic in section HTML Fundamentals of HTML

Answer»

The correct answer is (b) nofollow

To explain I would SAY: NOFOLLOW attribute INSTRUCT search engines that a hyperlink should not influence the link target’s ranking in search engine. NOINDEX prevents page from being INDEXED. To prevent a page from being CRACKED, NOARCHIEVE TAG can be used.

80.

Favicon stands for ______(a) Fave icon(b) Favorite icon(c) Both Fave icon and Favorite icon(d) Fav iconThis question was addressed to me in an internship interview.I would like to ask this question from Favicons and Icons in portion HTML Fundamentals of HTML

Answer»

The correct ANSWER is (c) Both Fave icon and Favorite icon

For explanation: A favicon which is ALSO known as a shortcut icon, WEB site icon, tab icon, Fave icon and also a Favorite icon. It is associated with a particular website or a web page. Favicon is a graphical REPRESENTATION for a site.

81.

Who created the first web browser(a) Tim Berners Lee(b) Jacobs, Lan(c) Marc Andeersen(d) Mozilla foundationI got this question in class test.This question is from Web Browsers in portion HTML Fundamentals of HTML

Answer»

Right choice is (a) Tim Berners Lee

For explanation: Sir Timothy John “Tim” Berners-Lee, also known as TimBL, is an English computer SCIENTIST, best known as the inventor of the World WIDE Web. He made a proposal for an information management system in MARCH 1989, and he implemented the first successful communication between a Hypertext Transfer Protocol (HTTP) client and server VIA the Internet SOMETIME around mid-November of that same year.

82.

Which symbol is used when HTTP request does not apply to the particular source?(a) ‘&’(b) ‘*’(c) ‘#’(d) ‘@’This question was addressed to me in my homework.The above asked question is from HTTP Overview topic in portion HTML Fundamentals of HTML

Answer» RIGHT answer is (b) ‘*’

EASIEST explanation: When HTTP request does not APPLY to PARTICULAR resource ‘*’ is used. It is APPLIED to the server itself. This is only allowed when the used method is not necessarily applied to the resource. E.g. OPTIONS * HTTP/1.1
83.

What application can one create even before the introduction of HTML5?(a) Web applications(b) Mobile applications(c) Forms(d) Browser based gamesThis question was addressed to me during an online exam.My question is taken from HTML5 Introduction in division HTML Fundamentals of HTML

Answer»

The CORRECT answer is (c) Forms

The best explanation: With the help of HTML5 and JavaScript it BECAME possible to create excellent mobile applications, browser based games, web applications and many more other applications. Forms were already introduced before HTML5.

84.

XML is a markup language where documents must be marked up correctly.(a) True(b) FalseThis question was posed to me in a national level competition.My enquiry is from Major Themes of (X)HTML topic in division HTML Fundamentals of HTML

Answer»

The correct CHOICE is (a) True

The best I can EXPLAIN: XML is markup language while XHTML is extensible HYPERTEXT version of markup language. XHTML is HTML defined as an XML APPLICATION. XHTML is stricter than HTML.

85.

The goal of microdata is to create a unified way to define the data in a way any web crawler or reader implementation can read it.(a) True(b) FalseThis question was posed to me during an online interview.Question is from Microdata in division HTML Fundamentals of HTML

Answer»

The correct choice is (a) True

The best I can explain: Microdata ALLOWS the user to create “custom” elements (sort of), to give a specific MEANING to them. Microdata is an HTML specification is used to ADD more information to HTML. The Microdata spec provides a standardized syntax for additional semantic markup to your web PAGES to ENHANCE the machine readability of your web pages.

86.

___________ is used to test whether geolocation is supported in old browsers.(a) Modernizr(b) Modernizr.geolocation(c) Navigator.userAgent(d) Modernizr.jsThis question was posed to me in an interview for internship.My doubt is from Compatibility Libraries topic in section HTML Fundamentals of HTML

Answer»

Right option is (c) Navigator.userAgent

Best explanation: Since Modernizr is a JavaScript object with methods, we can USE Modernizr.geolocation to TEST WHETHER geolocation is supported. Geolocation API DETECTS support for the Geolocation API for users to provide their location to web applications.

87.

Choose the correct statement.(a) Exo is a cloud-based ide that offers collaboration and developed features(b) Exo does not support java and python(c) Exo does not support javascript and html5(d) Exo is a cloud-based ide that offers collaboration and deployment features & its supports javascript and html5The question was asked during an interview.This intriguing question comes from Choosing Editors and IDEs topic in chapter HTML Fundamentals of HTML

Answer»

Right CHOICE is (d) EXO is a cloud-based ide that offers collaboration and DEPLOYMENT features & its supports javascript and html5

The best explanation: Exo PROVIDES a free, cloud-based IDE that offers collaboration and deployment features. In addition to HTML5 and JavaScript, it supports the development of Java, Ruby, and Python applications.

88.

Choose the correct statement.(a) In traditional XHTML close tag for some elements is optional but not encouraged(b) In traditional HTML close tag for some elements is optional but not encouraged(c) In both traditional XHTML and HTML close tag for some elements is not optional(d) In both traditional XHTML and HTML close tag for some elements is optionalI got this question in an international level competition.My query is from Traditional HTML and XHTML in chapter HTML Fundamentals of HTML

Answer»

Right choice is (b) In traditional HTML close tag for some elements is optional but not encouraged

The EXPLANATION: In XHTML all elements MUST always be closed and empty elements ALSO be closed. XHTML close TAGS are not optional neither they are encouraged. HTML is case insensitive and thus closing tags for some elements including empty elements is optional and is ignored by browsers.

89.

If the element has an itemscope attribute, it returns an __________ object with all the element’s properties.(a) itemscope(b) dom object(c) collection.namedItem(d) itemtypeThis question was posed to me in an interview for job.Question is taken from Microdata topic in chapter HTML Fundamentals of HTML

Answer» CORRECT answer is (b) DOM OBJECT

To elaborate: When an HTML document is loaded into a web browser, it becomes a document object. In web browser, document MODEL represents document as a LOGICAL tree. The “itemscope” attribute which is of boolean type is used to state the scope of metadata.
90.

The ___________ of an item is the value of its element’s itemid attribute.(a) token(b) typed item(c) global identifier(d) scopeI have been asked this question by my college director while I was bunking the class.The doubt is from Microdata in chapter HTML Fundamentals of HTML

Answer»

The CORRECT choice is (C) global IDENTIFIER

Easiest EXPLANATION: The global identifier of an item is the value of its element’s itemid ATTRIBUTE, if it has one, resolved relative to the element on which the attribute is specified. If the itemid attribute is missing or if resolving it fails, it is said to have no global identifier. The “typed item” creates new item.

91.

Choose the inappropriate option with respect to Blue Griffon 1.5.2. Blue Griffon _________(a) includes tools for developing HTML5 pages(b) abstracts out many css3 effects(c) supports direct embedding of audio and video files(d) supports swapping of videos of any lengthThe question was posed to me in an internship interview.Origin of the question is Choosing Editors and IDEs topic in section HTML Fundamentals of HTML

Answer»

Right choice is (d) SUPPORTS swapping of videos of any length

The best I can explain: Blue GRIFFON 1.5.2 is a NEW WYSIWYG content editor for the World Wide Web. Blue Griffon 1.5.2 includes tools for developing HTML5 pages. It can abstracts out many CSS3 effects, supports direct EMBEDDING of audio and video files. Blue Griffon 1.5.2 does not support swapping of videos of any length.

92.

Which of the following statements is false?(a) async and defer attributes of script tag execute before the DOMContentLoaded event(b) defer executes each script sequentially(c) async executes each script when it is ready(d) all older browsers supports async attributeThis question was posed to me during an online interview.The query is from Web Browsers in division HTML Fundamentals of HTML

Answer»

Correct choice is (d) all OLDER BROWSERS SUPPORTS async attribute

The best explanation: In async attribute, the script is EXECUTED asynchronously with the rest of the page (the script will be executed while the page continues the parsing). Defer, the Boolean attribute is set to indicate to a browser that the script is meant to be executed after the document has been parsed, but before firing DOMContentLoaded EVENT. Older browsers doesn’t support async attribute.

93.

Which element was not removed by HTML5?(a) (b) (c) (d) I have been asked this question in a national level competition.Origin of the question is HTML5 Introduction in section HTML Fundamentals of HTML

Answer» CORRECT answer is (C)

Explanation: Although HTML5 adds new elements, it also kicked out some OLD elements like ,
, , , . HTML5 ADAPTED many elements also is one among these. The element represents “small print”.
94.

Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a time element?(a) The value is the element’s datetime value(b) The value is the value of the element’s content attribute, if any, or the empty string if there is no such attribute(c) The value is the value of the element’s value attribute, if it has one, or the empty string otherwise(d) The value is the element’s textContentI have been asked this question in a national level competition.This intriguing question comes from Microdata topic in section HTML Fundamentals of HTML

Answer»

The correct OPTION is (a) The VALUE is the element’s datetime value

For explanation: The “itemprop” ATTRIBUTE is a GLOBAL attribute which adds properties to item. When the property value of a name-value pair added by an element with an itemprop attribute which is a TIME element then the value is the element’s datetime value.

95.

Which of the following is not semantic element for text in HTML5?(a) (b) (c) (d) The question was posed to me by my college professor while I was bunking the class.This interesting question is from HTML5 Introduction in chapter HTML Fundamentals of HTML

Answer»

The CORRECT ANSWER is (d)



To EXPLAIN I WOULD say: SEMANTIC elements used for text are ,

96.

The value of the ___________ attribute refers to the time interval in seconds before the refresh is performed.(a) scheme(b) content(c) http-equiv(d) nameThe question was posed to me in an international level competition.My doubt stems from Meta Data in division HTML Fundamentals of HTML

Answer»

The correct answer is (b) content

To ELABORATE: The information/value of the content is provided by http-equiv through http header. Some values associated with http-equiv and name attribute are given by the content attribute. A SCHEME that to be used to INTERPRET the value of the content is specified by the scheme tag. The name attribute specifies the name of input element and THUS provides information/value of it.

97.

____________ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.(a) HasEvent()(b) Navigator.userAgent(c) Modernizr.load(d) Modernizer.geolocationThis question was addressed to me in an online interview.The above asked question is from Compatibility Libraries topic in chapter HTML Fundamentals of HTML

Answer» RIGHT answer is (C) Modernizr.load

To explain I would say: Modernizr.load is optional in your build, but if you are loading polyfills, there’s a good chance it can save you some bandwidth and boost performance a bit. Modernizr.load objects PRINT out on your PAGE in the exact spot they should be, COMING after the Modernizr.
98.

Some users have requested tests for IE’s float double margin bug, and support for position:fixed. Which API is suitable for them?(a) mq() media Plugin API(b) addTest() Plugin API(c) testAllProps() Plugin API(d) none of the mentionedThe question was posed to me in an interview for job.I want to ask this question from Compatibility Libraries in section HTML Fundamentals of HTML

Answer»

Right OPTION is (b) addTest() Plugin API

The explanation: The navigator object CONTAINS INFORMATION about the browser. UseAgent property gives user-agent header sent by browser to the server. A navigator.userAgent is used to DETECT the browser’s user agent and CODE based on the pertinent cases.

99.

Swapping images in dreamweaver is best if __________(a) The images are the same “Mime” type(b) The images are the same color(c) The images are the same size(d) You use the “Constrain” toolThis question was addressed to me in a job interview.I'm obligated to ask this question of Choosing Editors and IDEs in division HTML Fundamentals of HTML

Answer»

Right choice is (c) The images are the same size

To explain I would SAY: Before you start creating a more complex page design with Dreamweaver’s Swap Image BEHAVIOR, LOOK at a finished page. Swapping means replacing any or all images on the page. While swapping images, it is IMPORTANT to make all images of same size (height and width). MIME stands for “Multipurpose Internet Mail Extensions.

100.

Which header field defines meta information?(a) Request-header(b) Response-header(c) General-header(d) Entity-headerThis question was posed to me in unit test.This question is from HTTP Overview topic in division HTML Fundamentals of HTML

Answer» CORRECT choice is (d) Entity-header

The best explanation: A HTTP header which does not relate to the content of MESSAGE is a response-header. A request-header is USED to PROVIDE information about request or response. Entity-header field defines meta information about the body. If the body is not PRESENT resource is identified by request. The general syntax for all the header fields is msg-header=field-name “:” [field-value]. General-header field is for both response and request.