Great work! Let's move on to writing your first tag.
Let's make your name a heading by putting the h1 tag around it. This helps to visually separate content on your site.
Try using an h1 tag by changing the text to something like this: and click save.

Heading Tags

Here are all the heading tags, for all your needs—from the most important to the least!

    
      <h1>Really important heading!</h1>
      <h2>Secondary heading</h2>
      <h3>Tertiary heading</h3>
      <h4>Other heading</h4>
      <h5>Minor heading</h5>
      <h6>Very minor heading</h6>