HTML Reference
Complete reference guide for all HTML tags, attributes, and properties
Quick Answer
What is the HTML Reference?
The HTML Reference is a comprehensive guide covering all HTML tags (from <a> to <video>), attributes (global, event, ARIA), character sets, color codes, and browser compatibility. It serves as a complete resource for web developers to quickly lookup HTML syntax, properties, and usage examples for any element.
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.
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
Find the Element
Use the navigation or browse the categories above to find the HTML element you're looking for.
Check Browser Support
Each element page includes browser support information to ensure compatibility.
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.
HTML Free Codes