Fundamental HTML concepts, document structure, DOCTYPE, and basic HTML elements.
📋 Contains:
- HTML document structure
- DOCTYPE declarations
- Basic HTML elements
- Head and body sections
- HTML syntax and rules
🌐 View HTML Basics
Complete reference of HTML elements including headings, paragraphs, and structural elements.
📋 Contains:
- Heading elements (H1-H6)
- Paragraph and text elements
- Block and inline elements
- Self-closing elements
- Element nesting rules
📝 View HTML Elements
Comprehensive guide to HTML attributes including global attributes and element-specific attributes.
📋 Contains:
- Global attributes (id, class, style)
- Element-specific attributes
- Data attributes
- Accessibility attributes
- Event handler attributes
⚙️ View HTML Attributes
Modern HTML5 semantic elements for better document structure and accessibility.
📋 Contains:
- Header, nav, main elements
- Section, article, aside elements
- Footer and figure elements
- Semantic document structure
- Accessibility benefits
🏗️ View Semantic Elements
Complete guide to HTML text formatting elements and typography.
📋 Contains:
- Bold, italic, underline
- Superscript and subscript
- Strikethrough and emphasis
- Strong and mark elements
- Text formatting best practices
✏️ View Text Formatting
Comprehensive guide to creating links and working with images in HTML.
📋 Contains:
- Hyperlinks (internal/external)
- Image elements and attributes
- Alt text and accessibility
- Image formats and optimization
- Link targeting and navigation
🔗 View Links & Images
Advanced list techniques including nested lists and custom styling.
📋 Contains:
- Unordered, ordered, description lists
- Nested list structures
- List attributes and customization
- Accessibility considerations
- Advanced list techniques
📋 View Advanced Lists
Professional table creation with advanced features and accessibility.
📋 Contains:
- Table structure and semantics
- Colspan and rowspan
- Table headers and captions
- Accessible table design
- Responsive table techniques
📊 View Advanced Tables
Complete form creation guide with all input types and validation.
📋 Contains:
- Form structure and elements
- All input types (text, email, etc.)
- Select, textarea, and buttons
- Form validation and accessibility
- Advanced form techniques
📝 View Advanced Forms
Working with audio, video, and other multimedia elements in HTML5.
📋 Contains:
- Audio and video elements
- Media attributes and controls
- Canvas and SVG graphics
- Embedded content (iframe)
- Media accessibility
🎵 View Multimedia Elements
Complete guide to HTML document head section and metadata.
📋 Contains:
- Title and meta elements
- CSS and JavaScript links
- Viewport and SEO meta tags
- Favicons and social media tags
- Performance optimization
🧠 View Head Elements