Html miscellaneous
- HTML5 documents may contains a ___________ element, which is used to set the header section of a document.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Section element is used to make sections in document. The copyright/footer information is provided by footer element in HTML5. A header for document section is given by header element. The header tag is used to contain the header content of a site.
- Which element may be used within content to represent material that is tangential?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
<cite> tag defines the title of work. The class attribute specifies one or more class names to HTML. An article tag is similar to <section> or <header> which contains information. The aside tag defines a block of content that is related to the main content around it, but not central to the flow of it.
- ____________ contains the navigation menu, or other navigation functionality for the page.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The nav element is for marking up the navigation links or other constructs (eg a search form) that will take you to different pages of the current site, or different areas of the current page. Header contains section of headings. Section element is used to make sections in document. The aside tag defines a block of content that is related to the main content around it, but not central to the flow of it.
- Which of the following attribute is used to display date/time content?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
To provide both human and machine-friendly date/time content, the element supports a datetime attribute, which should be set to the previously mentioned date format of YYYY-MM-DDThh:mm:ssTZD. Time tag defines date and time (human readable) while datetime tag display machine readable date/time.
- The element ___________ simply groups items within an enclosed dd tag, though it may associate them with a caption defined by a dt tag.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
HTML documents are delivered as “documents”.These are then parsed, which turns them into the Document Object Model (DOM) internal representation, within the web browser. A self-contained information like images, diagrams are specified by figure tag in HTML. External applications are embed using embed tag.