Learn HTML by Building a Cat Photo App - Step 2

i need some examples which show how someone works with coding

<html>
<body>
  <h1>CatPhotoApp</h1>elementname</h2>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) 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!

A html element needs both a starting and ending tag. Your h2 element only has an ending tag.

It might be useful to read this w3schools article on the heading element. It will give you an idea how to format it.

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