Creat a navgation bar and dropdwon

Tell us what’s happening:

Your code so far


<h2>Hello Warld</h2>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

1 Like

Hello @Nadeemullah. Welcome!
This challenge introduces you to HTML elements. You need to create an extra p element after the existing p element and include the text given in the challenge inside it. Then, you need to add a main element and nest the two p elements inside it.
Hope you understand!