Test Series - html

Test Number 61/72

Q: Which of the following is not a semantic element?
A. 
B. 
C. 
D. 
Solution: Semantic element describes its meaning to both developer and browser. Some of the semantic elements are 
, ,
. Non-semantic elements are and
and they tell nothing about their content.
Q: Footer element can’t contain ____________ information.
A. contact information
B. copyright information
C. the author of the document
D. blog post
Solution: A footer for a document or section is specified by 
element. It should contain information about its containing element. This element typically contains the author of the document, links to terms of use, copyright information, contact information.
Q: Which element works as a sidebar?
A. header
B. footer
C. nav
D. aside
Solution: 
Q: Which of the following defines a visible heading for 
element?
A. 
B. 
C. 
D. 
Solution: The  tag is new in HTML5.  element defines a visible heading for 
element. This heading can be clicked to hide/view the details. This element is not supported by Internet Explorer. Sections in document is defined by
element. element is used to highlight the context/paragraph/text. Main content of document is specified by element.
Q: Which of the following specifies the main content of the document?
A. 
B. 
C. 
D. 
Solution: Human readable date/time is shown by 
Q: Which element defines additional details?
A. 
B. 
C. 
D. 
Solution: The additional details that the user can view or hide on demand is specified by 
tag. The content of
element should not be visible unless open attribute is set. This tag can be used for creating interactive widget that user can open and close. Main content of document is specified by element.
Q: Which of the following specifies relationship between current document and external resource?
A. 
B.