HTML5 Section

    0

    0

    yogesh manthan

    Semantic HTML elements clearly describe it’s meaning in a human and machine readable way. Elements such as <header>, <footer> and <article> are all considered semantic because they accurately describe the purpose of the element and the type of content that is inside them.

    <section>
      <p>Top Stories</p>
      <section>
        <p>News</p>
        <article>Story 1</article>
        <article>Story 2</article>
        <article>Story 3</article>
      </section>
      <section>
        <p>Sport</p>
        <article>Story 1</article>
        <article>Story 2</article>
        <article>Story 3</article>
      </section>
    </section>
    
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.