1. …………………… are often used to exclude content from older browsers, particularly those that do not understand client-side scripting or style sheet.
A) Excludes
B) Comments
C) Coords
D) Messages
2. ……………. element defines a hyperlink, the named target destination for a hyperlink, or both.
A) Anchor
B) Charset
C) Coords
D) Href
3. ……………………. is the element-specific attribute which defines the character encoding of the linked resource.
A) Coords
B) Href
C) Rel
D) Charset
4. ……………….. is the single required attribute for anchors defining a hypertext source link.
A) Coords
B) Href
C) Rel
D) Charset
5. The HTML5 specification suggests that………………….. should be used to indicate whether a destination is appropriate for the screen, print, PDA, and so on.
A) method
B) media
C) name
D) shape
6. The …………………….. attribute is required in an anchor defining a target location within a page.
A) method
B) media
C) name
D) shape
7. …………………. is the HTML5 specific attribute which is used to specify the URL(s) that will be notified when a link is activated.
A) ping
B) rel
C) rev
D) name
8. For anchors containing the href attribute, the ………………………. attribute specifies the relationship of the target object to the link object.
A) ping
B) rel
C) rev
D) name
9. …………………….. attribute is useful for indicating where an object came from, such as the author of a document.
A) ping
B) rel
C) rev
D) name
10. ……………………. attribute is used to define a selectable region for hypertext source links associated with a figure in order to create an image map.
A) shape
B) circle
C) rect
D) map
11. Which of the following is/are the possible values of rel attribute used in anchor element.
i) alternate ii) extra iii) author iv) help
A) i, ii and iii only
B) ii, iii and iv only
C) i, iii and iv only
D) All i, ii, iii and iv
12. When …………………… attribute is set on <abbr> element, browsers may render a dotted underline, which is useful to indicate the presence of a tooltip that may contain the expansion for abbreviation.
A) address
B) title
C) area
D) name
13. The ……………………. element marks up text indicating authorship or ownership of information.
A) address
B) title
C) area
D) name
14. The ………………….. element defines a hotspot region on an image and associates it with a hypertext link.
A) address
B) title
C) area
D) name
15. The <area> element uses …………………… attribute which contains a text string alternative to display in browsers that cannot display images.
A) rel
B) href
C) alt
D) name
16. ………………… attribute in an area element contains a set of values specifying the coordinates of the hotspot region.
A) shape
B) circle
C) coords
D) map
17. Modern markup specifications encourage developers to use a ……………….. tag instead of <b>.
A) <bolt>
B) <strong>
C) <bl>
D) <sharp>
18. ……………………. is the empty element found within the head element specifies the base URL stem to be used for all relative URL contained within a document.
A) <base>
B) <basefont>
C) <bdo>
D) <big>
19. The block element …………………… indicates that the enclosed text is an extended quotation.
A) <quotation>
B) <quote>
C) <blockquote>
D) <block>
20. The …………………. attribute forces the insertion of vertical space so that the tagged text can be positioned with respect to images.
A) clear
B) space
C) vspace
D) textspace
Answers
1. B) Comments
2. A) Anchor
3. D) Charset
4. B) Href
5. B) media
6. C) name
7. A) ping
8. B) rel
9. C) rev
10. A) shape
11. C) i, iii and iv only
12. B) title
13. A) address
14. C) area
15. C) alt
16. C) coords
17. B) <strong>
18. A) <base>
19. C) <blockquote>
20. A) clear
Read Next:MCQ Questions On HTML5 Element Reference Part-2
Comments are closed.