Html miscellaneous
- Which of the following element represents a thematic break rather than a horizontal rule, though that is the likely representation?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
The <dd> & <dt> tag defines names/terms. <menu> tag in HTML is for list of commands. The hr tag defines a thematic break in an HTML page (e.g. a shift of topic). Thematic is break between paragraph-level elements.
- Which of the following element was redefined to represent user interface menus, including context menus?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
<dt> tag defines terms/names. The <hr> tag is used for thematic break between paragraph-level. <ul> tag is used to represent list of items/objects. <menu> tag in HTML is for list of commands. The menu tag is used for context menus, toolbars and for listing form controls and commands.
- Which of the following HTML 4 attributes is not removed in HTML5?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
Mark attribute is still used in HTML5 but rest of attributes i.e. text, rules, link are deprecated in HTML5.
- Which of the following element is not removed by HTML5?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
A <span> element (used to color a part of a text) is still used in HTML5. Elements like vlink, marginwidth and compact has been removed in HTML5, which were part of HTML markup. In earlier they have been deprecated.
- Which of the following is not a newly added element in HTML5?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
An article tag is semantic element newly introduced in HTML5 along with nav and audio. Frameset was already introduced in HTML markup used to divide window/web page in frames.