Help me in html level 6

Tell us what’s happening:

Your code so far


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

Your browser information:

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

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

<p></p> this is one paragraph element, you have to create another <p></p> and wrap these two within a main element

<p></p>
<p></p>

it should be like this and wrap it with main

i didn’t understand will u give me a example

You should have two separate paragraphs not within each other,
Ex:

<main>
    <p>content</p>
    <p>content</p>
</main>

Fill the content given by the instruction

1 Like

Your image should have a src attribute that points to the kitten image.

how will i do this now

Check this out, you will be clear on creating an img

https://www.w3schools.com/html/html_images.asp

sorry i don’t understand
wll u give example of level 7
plzz

Can you provide the link

This is the example given in the instruction

<img src="https://www.your-image-source.com/your-image.jpg" alt="Author standing on a beach with two thumbs up.">

src attribute links to the img, it can be a url linking to an image or can be loaded from our assets
alt attribute is used to describe the image, if the image didn’t get loaded, alt text will be displayed

You need to create an img tag exactly like the example and change the src link to what the instruction says and add any text into the alt attr

https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/add-images-to-your-website i have already done this but it didn’t work]

Solution:

CatPhotoApp

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.