Keep this handy - it contains the most common HTML tags and their proper syntax.
Basic Tags
<html></html> Creates an HTML document
<head></head> Sets off the title and other information that isn’t displayed on the web page itself
<body></body> Sets off the visible portion of the document
Body Attributes
<body bgcolor=”pink”> Sets the background color, using name or hex value
<body text=”black”> Sets [...]