The HTML Cheat Sheet
We've put together a list of basic HTML tags, attributes and general syntax in an organised table
Tag | Description | Example | |
---|---|---|---|
Basic Structure | < !DOCTYPE html > |
Defines the document type and version | < !DOCTYPE html > |
< html > |