Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <h1>HTML end tag </h1> <p>We forgot to put the end tag. </body> </html>