Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 692 Bytes

File metadata and controls

16 lines (12 loc) · 692 Bytes

Reference Section

This section provides quick-reference guides and cheat sheets for everything we've covered in the course.

Available Guides

  1. Common Tags Cheat Sheet: A quick look at the most used HTML tags.
  2. Attribute Reference: Common attributes for links, images, and forms.
  3. Global Attributes: Attributes that can be used on any HTML element.
  4. HTML5 API Lookup: A summary of modern browser APIs.
  5. Character Entities List: Common codes for special characters.
  6. Accessibility Checklist: A quick way to verify your site is inclusive.
  7. Best Practices: Dos and Don'ts of modern HTML.

Go to Module 01