I don't know what wrong i have done

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

</p>Purry jump eat the grass rip the couchscratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur ctnip scratched.</p>
</main>

Your browser information:

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

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Hello!
First you need to try and copy the text being asked of you exactly, this includes capitalization and spacing.
Secondly it’s important to note that a <p> tag is an opening tag, which notes the start of the text, the </p> then terminates that text.

<main>
<p>text goes here</p> 
<p>text goes here</p>
</main>

thanks bro
thanks bro
thanks bro

Welcome, rahuldvaghela.

For future posts, please make use of the Tell us what’s happening section, to do just that. The post title is not the place for this.

Thank you.

1 Like