Learn HTML by Building a Cat Photo App - Step 2

   **Your code so far**
<html>
<h1> <catphotos>CatphotoApp</catphotos>
 </body>
</html>
   **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

hi! Welcome to the forum.

Unfortunately your code is not going to work.
HTML is a way of marking-up (like with a highlighter) words to make the browser do something interesting with them.
So just like you would expect to use a highlighter on paper to mark up the words, you are expected use certain keywords to mark-up the text for the browser to understand you.

The keywords you have learned so far are:
<h1></h1>
and
<h2></h2>

We call these tags.
So please click on the Restart Step button, then using only the h2 tag, write some markup language as per the exercise instructions.

1 Like

still dont get it ma, can you please explain more

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like

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