Iam confused please help me with step2 Html coding

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

  **Your code so far**

<h1>carphotos </h1>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 7.0; SM-G935F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.58 Mobile Safari/537.36

Challenge: Step 2

Link to the challenge:

Hihi!

You need to add an <h2>...</h2> line under your <h1>...</h1>

Like:

<h1>This is a big heading</h1>
<h2>This is a smaller heading :0</h2>

Does that make sense?

There isn’t an h2 tag in the code you posted

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