culTest

    One of the 25 questions in this topic

    How much do you know about Semantic Architecture and Hierarchy?

    In the context of HTML hierarchy, which element can contain other elements but has no semantic meaning by itself?

    Answers

    <article>
    <span>
    <div>Correct
    <section>

    <div> is a generic container with no semantic value. It should only be used when there is no semantic tag suitable for the purpose.