Html and Html 5 point your src attributes to the kitten image

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<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>
<ui>
<li>milk</li>
<li>cheese</li>
<li>mice</li>
</ui>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/78.0.3904.84 Mobile/15E148 Safari/605.1.

Challenge: Create a Bulleted Unordered List

Link to the challenge:

Hi @eosemudiamen990!

So I am little confused by the title of this post because it says “point your src attributes to the kitten image.” But your task is to create an unordered list.

There is a typo here

They should be ul tags not ui. When you make those changes the test will pass.

Hope that helps!

Ok thanks let me try it

Tell us what’s happening:

Your code so far

<ul>
<li>milk</li>
<li>cheese</li>
<li>mice</li>
</ul>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/78.0.3904.84 Mobile/15E148 Safari/605.1.

Challenge: Create a Bulleted Unordered List

Link to the challenge:

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

What issue are you having? What does the error message say?

It says create a ul element and you should have three li elements within your ul element and your element should have a closing tag when I clicked on run

I think it would help to see the full updated code for this challenge and not just the unordered list.

Can you post that in the reply here and we can run it?

Can you see it? I copied the whole url address

I was actually referring to this just to make sure there were no other typos.

When I place this updated ul list

in the challenge it passes for me.

Assuming you didn’t change anything else, it is probably an issue with your phone just like the last challenge. I would reread the article on using a mobile device to view some tips - most importantly, check out the coding keyboards listed as they interface with the editor well.

It might be that this older iphone 6 is not working for these challenges.

Are you there please?

you have not posted your current full code yet - can you do that so that we can help you?

1 Like

Please how can i paste it here as a response?

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

Sorry what other symbol can i use cos I don’t have back tick on my phone keyboard

Are u there Jkwilkins?

In the video it shows you how to use the “preformatted text” tool in the editor. That option is available to you on the phone.

type or paste code here
```I was told to create a form element and i did this  form action=/submit-cat-photo><input type=text></form>

So this is for another challenge. You are having issues with the form challenge.

Please post this in your already open topic for this challenge so it doesn’t get confusing for other forum users.

Please reply in this topic.