culTest

    One of the 25 questions in this topic

    How much do you know about Semantic Architecture and Hierarchy?

    What is the difference between <header> and <head>?

    Answers

    There is no difference. They are synonyms.
    <head> contains metadata and <header> is a visible introductory section.Correct
    <header> is for the page title and <head> is for the body.
    <head> is required and <header> is only used in articles.

    <head> is for invisible technical information, metadata, while <header> is for visible content such as logos or navigation.