HTML 2nd Papers
HTML 2nd Papers
Which of the following element represents a thematic break rather than a horizontal rule, though that
is the likely representation?
a) <dd>
b) <dt>
c) <hr>
d) <menu>
2. Which of the following element was redefined to represent user interface menus, including context
menus?
a) <ul>
b) <dt>
c) <hr>
d) <menu>
6. 6. ____________ defines the accelerator key to be used for keyboard access to an element.
a) data-X
b) accesskey
c) rp
d) command
7. 7. Which of the following element represents the header of a section or the document and contains a
label or other heading information for the related content?
a) data-X
b) header
c) mark
d) meter
9. 9. _____________ defines a group of content that should be used as a figure and may be labeled by a
legend element.
a) figure
b) details
c) output
d) aside
10. Which element is used to define a discrete unit of content such as a blogpost, comment, and so on?
a) section
b) class
c) article
d) media
11. HTML5 documents may contains a ___________ element, which is used to set the header section of a
document.
a) header
b) footer
c) section
d) drive
12. Which element may be used within content to represent material that is tangential?
a) aside
b) cite
c) article
d) class
13. ____________ contains the navigation menu, or other navigation functionality for the page.
a) section
b) header
c) nav
d) aside
15. The element ___________ simply groups items within an enclosed dd tag, though it may associate
them with a caption defined by a dt tag.
a) object
b) figure
c) embed
d) collect
16. Which of the following element is used for highlighting content similarly to how a highlighter pen
might be used on important text in a book?
a) em
b) strong
c) mark
d) bold
17. To insert a video, we use a video tag and set its src attribute to a local or remote URL containing a
playable movie.
a) True
b) False
18. Which tag is used to encapsulate navigation and then style the elements appropriately as menu
items?
a) ul
b) li
c) nav
d) both ul and li
19. What is the default type of ‘type’ attribute of <input> element?
a) Text
b) Password
c) Numerals
d) Special Characters