Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.

The third exercise on Tutorial 1. How is this incorrect?

0 votes
<html> <head> <title></title> </head> <body> <h1>'Greetings!'</h1> <p>'Hello User!'</p> </body>
posted 9 years ago in HTML by ldayton1229 (7,030 points)

1 Answer

0 votes
Missing the closing html tag: </html>
<html> <head> <title></title> </head> <body> <h1>'Greetings!'</h1> <p>'Hello User!'</p> </body></html>
answered 9 years ago by djongomes (4,010 points)

Related questions

+10 votes
1 answer
posted 12 years ago in HTML by You Sophal (1,690 points)
0 votes
0 answers
posted 8 years ago in Python by ladayton69 (7,080 points)
+6 votes
4 answers
posted 12 years ago in HTML by Alejandro Chavarría (3,400 points)
+7 votes
1 answer
posted 12 years ago in Python by Sibongile Beje (1,430 points)
+2 votes
1 answer
posted 11 years ago in HTML by Matthew Tembo (6,610 points)