HTML Reference
Complete reference guide for all HTML tags, attributes, and properties
This HTML reference provides a complete list of all HTML tags and attributes. Each element includes a description, browser support information, and practical examples. Use this as your go-to resource for HTML development.
140+
HTML Tags
400+
Attributes
All
Browsers
Quick Reference
📄 Document Structure
📝 Text Content
🔗 Links and Media
📝 Forms
Global Attributes
Global attributes are attributes that can be used with any HTML element:
Complete Reference Sections
📋 Tags and Elements
- HTML Tag List - Complete alphabetical list of HTML tags
- HTML Attributes - All HTML attributes with descriptions
- Global Attributes - Attributes that work with any HTML element
- HTML Events - JavaScript event handlers for HTML elements
🎨 Styling and Media
- HTML Colors - Color names, hex codes, and RGB values
- HTML Canvas - Canvas API reference
- Audio/Video - Media elements and attributes
🌐 Web Standards
- HTML Doctypes - Document type declarations
- Character Sets - HTML character encoding
- URL Encoding - URL encoding reference
- Language Codes - ISO language codes
🔧 Tools and Utilities
- Browser Support - HTML element browser compatibility
- HTTP Messages - HTTP status codes and messages
- HTTP Methods - GET, POST, PUT, DELETE reference
- PX to EM Converter - Convert between CSS units
- Keyboard Shortcuts - Useful keyboard shortcuts for web development
How to Use This Reference
1
Find the Element
Use the navigation or browse the categories above to find the HTML element you're looking for.
2
Check Browser Support
Each element page includes browser support information to ensure compatibility.
3
Try the Examples
All reference pages include practical examples that you can test in our code playground.
💡 Quick Tip:
Use Ctrl+F (or Cmd+F on Mac) to quickly search for specific tags or attributes on any reference page.