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>