- Introduction
- HTML Document
- Basic Structure
- Comments
- Elements
- Document Structure Elements
- Metadata Elements
- Sections and Layout Elements
- Headings
- Text Content Elements
- Inline Text Semantic Elements
- Media Elements
- Form Elements
- Table Elements
- Interactive Elements
- Scripting / Template Elements
- Edit Elements
- Semantic, Void and Nested Elements
- Block-level and Inline Elements
- Semantic vs. Non-Semantic Elements
- Attributes
- Favicon
- Colors
- File Paths
- URL (Uniform Resource Locator)
- Responsive Web Design
Elements
Explore HTML elements, each serving a specific purpose in structuring web pages.
Loading...
An HTML element consists of a start tag, content, and an end tag.
HTML elements are the foundation of every web page. They define how content is structured and displayed in the browser. Tags like <header>
, <footer>
, and <section>
help organize a page, while elements like <img>
, <video>
, and <audio>
allow for media embedding. Knowing how to use these tags properly helps ensure your website is both functional and accessible.
Here's a list of HTML elements: