culTest

    One of the 25 questions in this topic

    How much do you know about Semantic Architecture and Hierarchy?

    In accessibility terms, what happens if we skip heading levels, for example from <h1> directly to <h3>?

    Answers

    The code will not validate in the W3C.
    Screen readers can confuse users about the hierarchy of the information.Correct
    The browser will apply a larger automatic margin.
    Nothing. Hierarchy is purely visual.

    Maintaining a logical hierarchy, h1 > h2 > h3, is crucial so users who rely on assistive technologies can understand the structure of the content.