HTML Introduction


  1. What an article element should not contain?











  1. 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.


  1. Which element is design to wrap a single piece of information?











  1. 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.



  1. Which of the following defines the title of a work?











  1. 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.


  1. Which element was not removed by HTML5?











  1. 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”.



  1. Which tag supports Non-English language?











  1. 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.