HTML/HTML Mcq Question Set 8 Sample Test,Sample questions

Question:
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


Question:
Different meta tags are defined by changing the ___ attribute to a valid value.

1.scheme

2.content

3.http-equiv

4.name


Question:
Every HTML element may have an __ attribute specified.

1.itemtype

2.relevant types

3.itemscope

4.itemref


Question:
Favicon stands for ______

1.Fave icon

2.Favorite icon

3.Both Fave icon and Favorite icon

4.Fav icon


Question:
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


Question:
In 2003, the .ico format was registered with the

1.IANA

2.W3C

3.WIPO

4.EPO


Question:
In which part of the HTML metadata is contained?

1.body tag

2.html tag

3.head tag

4.title tag


Question:
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


Question:
The favicon was standardized by the _______

1.IANA

2.W3C

3.WIPO

4.EPO


Question:
The microdata model consists of groups of name-value pairs known as ___

1.Item

2.Property

3.Value

4.URL


Question:
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


Question:
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


Question:
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


Question:
The _ of an item is the value of its element’s itemid attribute.

1.token

2.typed item

3.global identifier

4.scope


Question:
What application can one create even before the introduction of HTML5?

1.Web applications

2.Mobile applications

3.Forms

4.Browser based games


Question:
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


Question:
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


Question:
What is the correct syntax of doctype in HTML5?

1.<!doctype html>

2.<doctype html!>

3.<doctype html>

4.</doctype html>


Question:
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


Question:
Which attribute is used for favicon?

1.

2.title

3.rel

4.head


Question:
Which element was not removed by HTML5?

1.<strike>

2.<center>

3.<small>

4.<big>


Question:
Which feature was already introduced before HTML5?

1.Canvas/SVG

2.Video

3.Geolocation

4.Frames


Question:
Which image file format is not supported in Firefox?

1.MNG

2.PNG

3.SVG

4.APNG


Question:
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


Question:
Which of the following applications/software can be used to create a favicon?

1.Unity

2.Adobe Photoshop

3.Dreamweaver

4.VLC


Question:
Which of the following defines the title of a work?

1.<cite>

2.<hr>

3.<a>

4.<address>


Question:
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


Question:
Which of the following is not a function of robots meta tag?

1.noindex

2.nofollow

3.norepeat

4.noarchive


Question:
Which of the following is not semantic element for text in HTML5?

1.<mark>

2.<time>

3.<wbr>

4.<article>


Question:
Which of the following is not supported in HTML5?

1.scheme

2.content

3.http-equiv

4.name


Question:
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


Question:
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


Question:
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


Question:
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


Question:
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


Question:
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


Question:
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


Question:
Which tag is used with JavaScript?

1.<canvas>

2.<table>

3.<article>

4.<footer>


Question:
Which tag supports Non-English language?

1.<input>

2.<audio>

3.<embed>

4.<bdo>


Question:
___ allows you to add custom styles to the document and test an element afterwards.

1.hasEvent()

2.testAllProps()

3.testProp()

4.modernizr.testStyles()


Question:
___ 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


Question:
___ is an HTML specification used to add more information to HTML tags.

1.Macrodata

2.Microdata

3.Minidata

4.Modifydata


Question:
___ 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


Question:
___ prevents the page from being indexed altogether.

1.noarchive

2.nofollow

3.noindex

4.novalue


Question:
____ is used to test whether geolocation is supported in old browsers.

1.Modernizr

2.Modernizr.geolocation

3.Navigator.userAgent

4.Modernizr.js


Question:
____ prevents search engines from following links inside the page.

1.noarchive

2.nofollow

3.noindex

4.novalue


Question:
____ prevents search engines from showing a cached link for the page.

1.nobot

2.nofollow

3.noarchive

4.nosearch


Question:
_________ 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


Question:
__________ 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


More MCQS

  1. HTML and Web Page Designing MCQS
  2. Computer Webpage Designing HTML MCQS Part 1
  3. Computer Webpage Designing HTML MCQS Part 2
  4. Computer Webpage Designing HTML MCQS Part 3
  5. HTML Mcq Question Set 1
  6. HTML Mcq Question Set 2
  7. HTML Mcq Question Set 3
  8. HTML Mcq Question Set 4
  9. HTML Mcq Question Set 5
  10. HTML Mcq Question Set 6
  11. HTML Mcq Question Set 7
  12. HTML Mcq Question Set 8
  13. HTML Mcq Question Set 9
  14. HTML Mcq Question Set 10
  15. HTML Mcq Question Set 11
  16. HTML Mcq Question Set 12
  17. HTML Mcq Question Set 13
  18. HTML Mcq Question Set 14
  19. HTML Mcq Question Set 15
  20. HTML Mcq Question Set 16
  21. HTML Mcq Question Set 17
  22. HTML Mcq Question Set 18
  23. HTML Mcq
  24. HTML . MCQ SET 1
  25. HTML . MCQ SET 2
  26. HTML MCQ Questions
  27. HTML MCQ Questions
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!