Introduction to HTML5 Elements 01

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<p>Purr jump eat the grass rip the couch scratched sunbathe</p>
<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>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements

hello, i need help passing this stage as i seem to be stuck here

CatPhotoApp

Purr jump eat the grass rip the couch scratched sunbathe

Kitty ipsum dolor sit amet

Answer to your problem

just use

Kitty ipsum dolor sit amet

inside the p tag

1 Like

https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements/

I could not find my problem “Make sure your a element has a closing tag.”

1 Like

You might have missed the closing anchor tag

And BTW this is the solution to your problem

if you still have the same problem compare your code and the code from the image i have uploaded

You might have missed the closing anchor tag

And BTW this is the solution to your problem

if you still have the same problem compare your code and the code from the image i have uploaded

2 Likes

Thank you very much for your help…Please please i still need help with Link to internal sections of page with anchor elements. get seem to get it done. please help.

Thank you.

I am a beginner as I believe you can already imagine :smiley:

@osazeejustice
Don’t worry I will help you with everything you want.
But pls provide a link to whatever problem you face.

And pls don’t forget to LIKE my solution if it helps and if it solves your problem please MARK it as ACCEPTED solution

1 Like

Answer to your LINK TO INTERNAL SECTIONS OF PAGE WITH ANCHOR ELEMENTS

Let me explain what I did
I gave the footer tag an id “footer”
In the anchor tag, I gave href a reference to footer tag id “footer”
I also removed target="_blank" since footer exist in the same page
That’s it

LIKE if it solves your problem

1 Like

Many thanks. For me it was useful.

Thanks, that helps a lot

please help here too. thanks.

You have to do like shown in the below image

1 Like

Thanks for your help earlier. Please bear with me.

Answer to your doubt

1 Like

I would recommend you to watch this video first since you are facing problems with many basic exercises

1 Like

Thank you very much, this is so helpful to me. I am so eager to learn this.

Just a quick question though. Can Adobe dreamweaver be used as a text editor?