Tell us what’s happening: Describe your issue in detail here.
**Your code so far**
<h2>CatPhotoApp</h2> <main> <p>Kitty ipsum dolor sit amet, shed</p> <p>Purr jump eat the grass rip the couch scratched sunbathe</P> </main>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36
Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36
Challenge: Introduction to HTML5 Elements
Link to the challenge:
hi, your second close p tag is uppercase.
how do i fix it coz ive been trying to get passed there
Hello @lungu0732! Just like what @miguelgiacobbe said, your closing “p” tag is uppercase but it should be lowercase like your opening “p” tag. </p> and </P> are not the same.
</p>
</P>
<p>Purr jump eat the grass rip the couch scratched sunbathe</P>
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.