Firsts Time on it

Tell us what’s happening:
Do not Andre Stand it l watched the tutorial

Your code so far


<h1>Hello World</h1>
<h2>catphoto<h2>















  




  

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 13_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Mobile/15E148 Safari/604.1.

Challenge: Headline with the h2 Element

Link to the challenge:

Welcome to the forums!

You have two little bugs:

  1. The text in your h2 element must exactly match CatPhotoApp
  2. Your syntax for your closing h2 tag isn’t quite right. Tags come in pairs: <tag> and </tag>. You need the / in your closing tag.
1 Like