Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

please have short videos, for me to understand better

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>cat important</h1>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

hello and welcome to fcc forum :slight_smile:

  • of course it would have been :slight_smile:
    for now lets read from instructions and also, as this is very crucial for any developer to read from docs, blogs, problem statement, usecases and so on, its recommended that we all cultivate this trait for our own good :slight_smile:

lets refer to instructions

Below the h1 element, add an h2 element with this text:
Cat Photos

  • as mentioned, add a “h2” element with that “given text” from instructions
  • also make sure to keep “original h1 element text” as well

you can either restart and try again or bring those adjustments, happy coding :slight_smile: