Fill in the blanks to create an h1 heading containing the text "My first website" followed by an h2 tag containing "Sample Page" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Fill in the blanks to create an h1 heading containing the text "My first website" followed by an h2 tag containing "Sample Page"

Fill in the blanks to create an h1 heading containing the text "My first website" followed by an h2 tag containing "Sample Page": <html> <body> < > My First Website </ > < > Sample Page </ > </body> </html>

23rd Nov 2017, 2:00 PM
Ouail Bibi
Ouail Bibi - avatar
5 Answers
+ 8
<html> <body> <h1> My First Website </h1> <h2 > Sample Page </h2> </body> </html>
8th Jan 2018, 3:04 PM
Nytro007
Nytro007 - avatar
+ 4
<html> <body> <h1> My First Website </h1> <h2> Sample page </h2> </body> </html>
10th Jan 2018, 4:10 PM
Lee Mrosso
+ 1
<html> <body> <h1> My First Website </h1> <h2 > Sample Page </h2> </body> </html>
16th Jan 2018, 10:25 AM
Aquacky
Aquacky - avatar
0
<html> <body> <h1> My First Website </h1> <h2 > Sample Page </h2> </body> </html>
2nd Nov 2021, 3:38 AM
Jenelyn Bellen
Jenelyn Bellen - avatar
0
<html> <body> <h1> My First Website </h1> <h2 > Sample Page </h2> </body> </html>
29th Jul 2022, 9:05 AM
Bikila Oljira