- Text
- White space
- Comments
- Break
- URL
- Different page
- Same page with id
- Different page in new tab
- Code
- Bold, Italics, Underlined
- Superscript, Subscript
- Heading
- Paragraph
- Unordered List
- Ordered List (Normal + with types)
- Horizontal Rule
- Blockquote
- Preformatted Text
- Form
- Input
- Text input (normal and required)
- Label
- Radio buttons
- Checkboxes
- Other input types
- Select and Option
- Textarea
- Button
- Submit
- No need to remember all HTML tags and attributes. Google and MDN docs are your friends. Refer to them whenever required.
- You'll remember most of the commonly used tags and attributes once you start building websites.
- Avoid div if there is a semantic alternative.
- Skim Getting Started with HTML
- Skim HTML Text Fundamentals
- Skim Document and Website Structure
- Skim HTML best practices
- Skim HTML Common Use Cases
- Optional: Skim Accessibility.