By default, iOS adds ____________ effects to icons.
1.reflective shine
2.square corners and reflective shine
3.rounded corners and reflective shine
4.apple trademark
Different meta tags are defined by changing the ___ attribute to a valid value.
1.scheme
2.content
3.http-equiv
4.name
Every HTML element may have an __ attribute specified.
1.itemtype
2.relevant types
3.itemscope
4.itemref
Favicon stands for ______
1.Fave icon
2.Favorite icon
3.Both Fave icon and Favorite icon
4.Fav icon
If the element has an itemscope attribute, it returns an ___ object with all the element’s properties.
1.itemscope
2.dom object
3.collection.namedItem
4.itemtype
In 2003, the .ico format was registered with the
1.IANA
2.W3C
3.WIPO
4.EPO
In which part of the HTML metadata is contained?
1.body tag
2.html tag
3.head tag
4.title tag
Some users have requested tests for IE’s float double margin bug, and support for position:fixed. Which API is suitable for them?
1.mq() media Plugin API
2.addTest() Plugin API
3.testAllProps() Plugin API
4.none of the mentioned
The favicon was standardized by the _______
1.IANA
2.W3C
3.WIPO
4.EPO
The microdata model consists of groups of name-value pairs known as ___
1.Item
2.Property
3.Value
4.URL
The recommended basic size for a favicon is ___________ pixels.
1.16×16
2.26×26
3. 48×48
4.both 16×16 and 48×48
The root element of an XHTML document must be html, and must contain an __________ attribute to associate it with the XHTML namespace.
1.source
2.src
3.xmlns
4.link
The value of the ___ attribute refers to the time interval in seconds before the refresh is performed.
1.scheme
2.content
3.http-equiv
4.name
The _ of an item is the value of its element’s itemid attribute.
1.token
2.typed item
3.global identifier
4.scope
What application can one create even before the introduction of HTML5?
1.Web applications
2.Mobile applications
3.Forms
4.Browser based games
What if one does not use the doctype in the starting of HTML document?
1.Browser finds the document in quirky mode
2.Browser finds a document in standard mode
3.Browser stops working
4.Browser crashes after showing the page
What is DOM?
1.Hierarchy of objects in ASP.NET
2.Application programming interface
3.Convention for representing and interacting with objects in html documents
4.Language dependent application programming
What is the correct syntax of doctype in HTML5?
1.<!doctype html>
2.<doctype html!>
3.<doctype html>
4.</doctype html>
What is the role of charset attribute? It specifies
1.a scheme to be used to interpret the value of the content attribute
2.a name for the metadata
3.the character encoding for the HTML document
4.the character decoding for the HTML document
Which attribute is used for favicon?
1.
2.title
3.rel
4.head
Which element was not removed by HTML5?
1.<strike>
2.<center>
3.<small>
4.<big>
Which feature was already introduced before HTML5?
1.Canvas/SVG
2.Video
3.Geolocation
4.Frames
Which image file format is not supported in Firefox?
1.MNG
2.PNG
3.SVG
4.APNG
Which method takes a string that contains an unordered set of unique space-separated tokens that are case-sensitive, representing types?
1.document.getItems
2.element.itemProp
3.collection.namedItem
4.object.itemref
Which of the following applications/software can be used to create a favicon?
1.Unity
2.Adobe Photoshop
3.Dreamweaver
4.VLC
Which of the following defines the title of a work?
1.<cite>
2.<hr>
3.<a>
4.<address>
Which of the following encoding an XML parser assumes?
1.UTF-8
2.UTF-16
3.UTF-32
4.Both UTF-8 and UTF-32
Which of the following is not a function of robots meta tag?
1.noindex
2.nofollow
3.norepeat
4.noarchive
Which of the following is not semantic element for text in HTML5?
1.<mark>
2.<time>
3.<wbr>
4.<article>
Which of the following is not supported in HTML5?
1.scheme
2.content
3.http-equiv
4.name
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 data element?
1.The value is the value of the element’s value attribute if it has one, or the empty string otherwise
2.The value is the item created by the element
3.The value is the element’s datetime value
4.The value is item’s scope
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 meta element?
1.The value is the item created by the element
2.The value is the value of the element’s value attribute, if it has one, or the empty string otherwise
3.On getting, if the element has a datetime content attribute, the IDL attribute must return that content attribute’s value
4.The value is the element’s textContent
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?
1.The value is the element’s datetime value
2.The value is the value of the element’s content attribute, if any, or the empty string if there is no such attribute
3.The value is the value of the element’s value attribute, if it has one, or the empty string otherwise
4.The value is the element’s textContent
Which of the following statement is true?
1.Attribute names must be in uppercase
2.Attribute values must be quoted
3.Attribute minimization is mandatory
4.Attribute values should not be quoted
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.HTML5
2.HTML5 Shiv
3.HTML5 Shim
4.HTML5 Sham
Which one of the following is not a step to install a library you need to perform the compatibility in browsers?
1.Download the library from the github location
2.Uncompress the file
3.Insert the following code inside the head tag
4.None of the mentioned
Which property is used to detect the browser’s user agent and code based on the pertinent cases?
1.navigator.userAgent
2.navigator.user
3.navigator
4.return
Which tag is used with JavaScript?
1.<canvas>
2.<table>
3.<article>
4.<footer>
Which tag supports Non-English language?
1.<input>
2.<audio>
3.<embed>
4.<bdo>
___ allows you to add custom styles to the document and test an element afterwards.
1.hasEvent()
2.testAllProps()
3.testProp()
4.modernizr.testStyles()
___ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.
1.HasEvent()
2.Navigator.userAgent
3.Modernizr.load
4.Modernizer.geolocation
___ is an HTML specification used to add more information to HTML tags.
1.Macrodata
2.Microdata
3.Minidata
4.Modifydata
___ is an open source JavaScript library that allows support for different levels of experiences based on the capabilities of each browser.
1.Navigator
2.Modernizr
3.Geolocation
4.Google API
___ prevents the page from being indexed altogether.
1.noarchive
2.nofollow
3.noindex
4.novalue
____ is used to test whether geolocation is supported in old browsers.
1.Modernizr
2.Modernizr.geolocation
3.Navigator.userAgent
4.Modernizr.js
____ prevents search engines from following links inside the page.
1.noarchive
2.nofollow
3.noindex
4.novalue
____ prevents search engines from showing a cached link for the page.
1.nobot
2.nofollow
3.noarchive
4.nosearch
_________ is the XML equivalent to strict HTML 4.01.
1.XHTML 1.0 Strict
2.XHTML 1.0 Frameset
3.XHTML 1.0 Transitional
4.XHTML 1.1 Strict
__________ is an extended version of the XHTML markup language for supporting RDF through a collection of attributes and processing rules in the form of well-formed XML documents.
1.XHTML + RDFa
2.XHTML+XHTML5
3.XHTML1.0+XHTML2.0
4.XHTML + RDF