I don't know why the cod below did not run . What could be the problem help me out | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I don't know why the cod below did not run . What could be the problem help me out

<html> <h1> <title> Rose Garden and parks </title> </h1> <body> <p> this is a paragraph </p> <p> this is <br/> line break </p> </body> </html>

26th Dec 2021, 12:10 PM
Olatuja Babajide Samuel
2 Answers
+ 1
Your h1 tags should be within the body tags, it also seems like you forgot to wrap the title with head tags. Take a look at these examples: https://www.w3schools.com/html/html_basic.asp https://www.w3schools.com/html/html_head.asp
26th Dec 2021, 12:19 PM
skaltecho
0
Thank you I will try it again
26th Dec 2021, 9:47 PM
Olatuja Babajide Samuel