STEP 6 WEB DEVELOPMENT

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

Your code so far

<html>
<body>
<h1>CatPhotoApp</h1> 
<main>   
<h2> Cat Photos </h2> 
<!-- TODO: Add link to cat photos -->
<p> Click here to view more cat photos </p> 
</ul>
</main>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 6

Link to the challenge:

you are not supposed to create ul tags, you just have to give two spaces to each element inside main tag

I’ve tried with and without the ul tags, i included 6 spaces based on the hint but i still have an error do you know why?

you have to indent them like that

Pardon my very beginner knowledge, I seem to have indented the code already but still facing errors…May I ask what steps u took to indent? I experimented with 2,4,6 spaces but still cant get it to work

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