<h1>Hello</h1> on

Tell us what’s happening:

Your code so far

<h1>Hello</h1>
<hw1>Hello World</hw1>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Safari/604.1.38.

Link to the challenge:

It’s <h1>, not <hw1>

1 Like

h stands for heading. <h1> is heading level 1 (i.e. a top-level heading, such as a title).