Basic HTML and HTML5 - Headline with the h2 Element

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<h2catPhotoApp>Hello World</h2catPhotoApp>

Your mobile information:

X93 - Android 10 - Android SDK 29 - Security Patch 2021-08-05 - DOOGEE/X93/X93:10/QP1A.190711.020/1630895698:user/release-keys

Challenge: Basic HTML and HTML5 - Headline with the h2 Element

Link to the challenge:

I am not sure why you got rid of your h1 and jumbled everything together. You need to reset the lesson to get the correct h1 and text back.

Then after that follow this
Add an h2 tag that says “CatPhotoApp” to create a second HTML element below your “Hello World” h1 element.

Follow the same exact set up as the h1. Except you are adding h2 and your text is not going to be hello world, but its going to be “CatPhotoApp”

Your text “CatPhotoApp” should be between by h2 opening tag and h2 closing tag. In h2 tag delete CatPhotoApp text.
remember you shouldn’t change h1 tag or anything about it.
From this problem, you just have to add h2 tag and “catphotoapp” text.

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