<!DOCTYPE html> <!-- this is NOT an element, it is the document type definition --> <html> <head> <!-- contains general info about the document --> <title> Basic HTML Document Structure </title> </head> <body> <!-- contains the document's content --> <p>This is a paragraph.</p> </body> </html>