The language for building web pages.
HTML headings are defined with <h1> to <h6> tags. <h1> defines the most important heading, <h6> defines the least important heading.
<h1>
<h6>
Edit the code below and click Run to see the result live.