Step 2 i do not know how to do it

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

  **Your code so far**
<html>
<body>
  <h1>elementName</h1>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 2

Link to the challenge:

You don’t want to change the h1, you want to add an h2 below it. I would restart the step to get the original HTML back. Then, only add a new h2 element below the h1 element. You would do it the same way you added the h1 except instead of “h1” you would use “h2”. Then make sure you put the correct text in between the opening and closing h2 tags.

try this

type the text you were asked to add here

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