How to do for sub headings

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<h1>Hello World</h1>
</h2>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 11; RMX2002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.87 Mobile Safari/537.36

Challenge: Headline with the h2 Element

Link to the challenge:

With header tags, you need an opening and closing tag. Notice for the h1:

<h1>Hello World</h1>

Notice that there is an opening tag at the beginning and a closing tag at the end. You need to do the same thing, but with the h2.

Does that help?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.