Tell us what’s happening:
Your code so far
<p><main>Kitty ipsum dolor</main></p>
<!--<p>Kitty ipsum dolor sit amet,</p>-->
<!--<main><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></main>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements
First, you should not modify any existing codes then just uncomment your last line of code.
I don’t undrestand! and what does "“The main element should have two paragraph elements as children” means? Thanks!
That means you need to nest the 2 <p>
elements inside your <main>
tags.
For example,
<main>
<div></div>
</main>
I did that and it actually made things wors!
you mean? :
Can you paste your code after you worked on it? What did you do?
sorry I have a screen shot, here it is, I still don’t know how toget those two steps!
both paragraph should be inside the main tag
And I think you need to copy the full kitty ipsum text
here is what I would do. Reset your code. Make a 2nd paragraph using the given text. Then wrap both of the p tags inside your main tags.
Go head and give it a try first. If you still can’t figure it out, here is the solution.
Summary
<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>
<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>
</main>
I did it! YAAAAYYY!!! thank you for your help!
This actually means a lot for me because I don’t know anything about coding and this is my first time doing it! Thank you again!
I have another little question: if I go out from the website right now, can I get back where I was with my lessons?
Yes, you can. Freecodecamp saves your progress so you should be able to come back and continue.
unfortunately if you are in the javascript section , it no longer saves your answers… but it works fine in the responsive web design section
oh this is amazing! I love this website! I will try to be very often around here hihi
Thanks again:)
oh I see! Thanks for your answer. I’m still a beginner, so when it will comes to Javascript I will see what I can do about it
I am having the same issue here
I followed the suggestions and i am still getting the same errors
Hi rodnorth,
can you paste your code and show us what you did?