Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Core HTML5 Elements

These are the core HTML5 elements that are used in web development.

Text Elements

  • Headings: <h1> to <h6>
  • Paragraphs: <p>
  • Lists: <ul>, <ol>, <li>
  • Links: <a>
  • Images: <img>

Structural Elements

  • Sectioning elements: <header>, <nav>, <main>, <footer>, <section>, <article>, <aside>
  • Grouping elements: <div>, <span>

BUild a sample HTML Page