HTML Cheat Sheet
HTML Cheat Sheet
An HTML element is everything from the start tag to the end tag:
* The start tag is often called the opening tag. The end tag is often called the closing tag.
Description Specifies a classname for an element Specifies a unique id for an element Specifies an inline style for an element Specifies extra information about an element (displayed as a tool tip)
Description Defines an HTML document Defines the document's body Defines HTML headings Defines a horizontal line Defines a comment