html h1 tag

HTML
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
//heading elements are H1 to H6 with H1 being the highest and H6
//the least.<h1> Example Test </h1> 
Source

Also in HTML: