New to coding help

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

Your code so far


<h1>Hello World</h1>
<h1>Catphotoapp<h2>


Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15

Challenge: Headline with the h2 Element

Link to the challenge:

Hey @jeremiahconley2645

Your first h1 tag is good, it is opened and closed properly. Your assignment is to create a h2 tag. So use the same concept as you did with <h1>text</h1> to create <h2>text>/h2>. Remember to close your tags properly!

Cheers

Thank you so much! as I see new to coding. This should help.

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