Step 6-html-problem

i belive i did the coding good, yet says that it isn t, coudn t find the ask a question button!!


isn t it done properly?

The ask for help button will show up once you click the check your code button a certain number of times.

It’s hard to tell for sure from a pic but it looks like you indented them a little too far. It is always better to paste the actual HTML in here so we can see exactly what you did.

To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

If in doubt, restart the step to get the original formatting back and then make sure you only add two more spaces in front of each of those three elements. Be sure not to accidentally change anything else.

1 Like
<main>
  <h2>Cat Photos</h2> 
  <!-- TODO: Add link to cat photos --> 
  <p>Click here to view more cat photos.</p>
</main>

u were right, i corected it, and sstill it dosen t work

Your comment should be below the h2 element and start 6 spaces over from the start of the line., the hint changed

i somehow did it after i restarted the task, thx

1 Like

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