HTML Introduction
- What an article element should not contain?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
The <main> element must NOT be a descendant of an <article>, <aside>, <footer>, <header>, or <nav> element. The article element may contain audio/video clips, images and also text or embedded content.
- Which element is design to wrap a single piece of information?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
<time> tag wrap single piece of information i.e. it defines date, month and year. The <nav> element identifies a set of navigation links, <footer> is introduced in HTML5 which is present at the end of page and do conatins footer information i.e copyright information.
- Which of the following defines the title of a work?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The <cite> tag defines the title of a work. The <hr> tag is used to give a horizontal break. When we want to link one page to another, then <a> tag is used. The <address> tag is used to define the contact information about owner of document.
- Which element was not removed by HTML5?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Although HTML5 adds new elements, it also kicked out some old elements like <big>, <center>, <font>, <tt>, <strike>. HTML5 adapted many elements also <small> is one among these. The <small> element represents “small print”.
- Which tag supports Non-English language?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
<bdo>, <rp>, <rt>, <ruby> are some tags which support Non-English language. <input> is for web forms and <audio>, <embed> are the tags for audio and plug-ins.