Learn HTML by Building a Cat Photo App - Step 4

What could I possibly be doing wrong? I spent 40+ minutes failing to figure out what I’ve been doing wrong so far and it’s extremely frustrating, I still don’t understand even after reading replies on older forums about this. What do I even do??

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
    <!--T0D0: 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 (iPad; CPU OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1

Challenge: Learn HTML by Building a Cat Photo App - Step 4

Link to the challenge:

I’ve edited your code 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 (').

i think you wrote T 0 D 0 instead of T O D O
(you used zeros instead of the letter o)

I changed it to O instead of 0s didn’t work

can I see what you have now?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.