How to delete the h1 part in a cell phone?

Tell us what’s happening:

Your code so far


<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 9; CPH2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Mobile Safari/537.36.

Challenge: Delete HTML Elements

Link to the challenge:

Hello~!

If you are using a mobile device, the default keyboard does not always play well with the freeCodeCamp editor. I recommend you read the article on using a mobile device to view some tips - most importantly, check out the coding keyboards listed as they interface with the editor well.

So, what have you tried? The directions say “ Your h1 element should be deleted”. You didn’t do this.

It’s simple just mark the h1 element which means the text saying Hello World and the h1 with <> around it and the other h1 with </>.

1 Like