Twalib
1
Tell us what’s happening:
Your code so far
<h1>Hello World</h1>
h2CatPhotoApp
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 OPR/68.0.3618.165.
Challenge: Headline with the h2 Element
Link to the challenge:
Sky020
2
Welcome, Twalib.
For future posts, please make use of the Tell us what’s happening section to ask a question, or tell us what’s happening.
A hint for the challenge is to look at the h1 element:
<h1>Hello World</h1>
Try from there. Hope this helps
ILM
3
the starting code is <h1>Hello World</h1>
this is an h1 element, it starts with an opening tag <h1>, it has some text then a closing tag </h1>
for an h2 element you need to do something similar