HTML Elements


  1. Which element contains major navigational block?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    The major navigational blocks on site like primary site navigation is contained by <nav> element.


  1. Header element does not contain ___________.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    <header> element contains one or more than one heading elements, authorship information, logo or icon. <header> tag can’t be placed inside <address> or <footer> or inside another <header> element.



  1. Which one of the following contains information about the author?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    Footer for its nearest sectioning content or sectioning root element is represented by <footer> element. It typically contains information about author of the section, links to related documents or copyright data. An introductory content lies in <header>. <head> is container for all head elements. A document’s body is defined by <body> tag.