Interactive Programming Forums
Login
Register
Home
Questions/Snippets/Exercises
Unanswered
Tags
Ask a Question
Post a Code Snippet
Post an Exercise
Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.
All categories
Ruby
(3)
Python
(10)
PHP
(7)
Perl
(2)
SQL
(8)
Javascript
(6)
HTML
(20)
CSS
(4)
jQuery
(0)
XML
(3)
Code Snippets
(1)
Exercises
(4)
Other
(9)
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
10 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
Hello HE! I don't understand the exercise 1 of Tutorial III. Can you tell me?
posted
12 years
ago
in
HTML
by
You Sophal
(
1,690
points)
0
votes
0
answers
How is this incorrect? It says invalid syntax
posted
9 years
ago
in
Python
by
ladayton69
(
7,080
points)
+6
votes
4
answers
can anyone tell me why is this incorrect?
posted
12 years
ago
in
HTML
by
Alejandro ChavarrÃa
(
3,400
points)
+7
votes
1
answer
the programme is not responding in other exercises, how can I go around this?
posted
13 years
ago
in
Python
by
Sibongile Beje
(
1,430
points)
+2
votes
1
answer
trouble on 2 exercise problem 6 0f html
posted
12 years
ago
in
HTML
by
Matthew Tembo
(
6,610
points)