Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!--TODO:Add link to cat photos .-->
<p>Click here to view more
cat photos .</p>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0
Challenge: Step 4
Link to the challenge:
You should have a space in your comment after TODO:
and you have an extra dot/fullstop(.
) at the end of your comment.
Describing your issues in the Tell us what’s happening: section helps to undertand your problem better.
have tried it but not working
What is your updated code?
<!--TODO:Add link to cat photos .-->
<p>Click here to view more
cat photos .</p>
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 (’).
Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos. -->
<p>Click here to view more cat photos.</p>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36
Challenge: Step 4
Link to the challenge:
You didn’t remove the period at the end of the sentence
1 Like
You have an extra fullstop/dot/period(.
) , and there should also be some space after TODO:
1 Like
have duly done that and still not working
What is your new code where you have done that?
step 4 of html
on how to add link to cat photos
got it
thank you very much
We can’t see your code by going to the challenge on our computer.