# HTML Tags Reference

Complete reference guide for all standard HTML5 tags with categories and descriptions

> Canonical page: https://elysiatools.com/en/tools/html-tags

- **Category:** Development

- **Keywords:** html, tags, reference, elements, html5, web, development, documentation

## Overview

The HTML Tags Reference is a comprehensive utility designed to help developers quickly look up standard HTML5 elements, their descriptions, and their specific functional categories.

## Inputs

- **Tag Category** (select): Filter HTML tags by category
- **Search Tags** (text): Filter tags by name (partial match supported)
- **Output Format** (select): Choose the output format

## When to use

- When you need to verify the correct usage or purpose of a specific HTML5 tag during development.
- When you are looking for the right semantic element to improve your website's accessibility and structure.
- When you need to export a structured list of HTML tags for documentation or project reference purposes.

## How it works

- Select a specific category from the dropdown to filter tags by their functional group, such as semantic, form, or media elements.
- Use the search bar to find a specific tag by name if you already know what you are looking for.
- Choose your preferred output format, such as Plain Text, Markdown, or JSON, to retrieve the data in a format ready for your workflow.

## Use cases

- Quickly identifying the correct semantic tag to replace generic div elements for better SEO.
- Generating a clean Markdown list of form-related tags for team documentation.
- Filtering for media-specific tags to ensure proper implementation of video and audio content.

## Frequently asked questions

### Does this tool include deprecated HTML tags?

This reference focuses on current HTML5 standard tags to ensure modern development best practices.

### Can I filter tags by multiple categories at once?

Currently, the tool supports filtering by one category at a time to provide precise results.

### Is the output data suitable for programmatic use?

Yes, you can select the JSON output format to easily integrate the tag data into your own applications or scripts.

### Are attributes included in the tag descriptions?

The tool provides descriptions of the tags themselves; for detailed attribute lists, please refer to official web documentation.

### Is an internet connection required to use this reference?

The tool is designed to provide quick access to the reference database directly within your browser.

## Related tools

- [Self-Closing HTML Tags Reference](https://elysiatools.com/en/tools/self-closing-html-tags): Complete reference guide for HTML void elements (self-closing tags), SVG elements, and MathML elements
- [ASCII Table Reference](https://elysiatools.com/en/tools/ascii-table): Browse the complete ASCII character table (0–127) with decimal, hex, octal, binary, HTML entity, and control character names; filter by code or name
- [JSON Diff Visualizer](https://elysiatools.com/en/tools/json-diff-visualizer): Compare two JSON payloads and render a visual HTML diff with path-level additions, removals, changes, and statistics
- [Meta Tag Extractor](https://elysiatools.com/en/tools/meta-tag-extractor): Extract and analyze meta tags, Open Graph, Twitter Cards, and structured data from web pages
- [Responsive Picture / srcset Art Direction Builder](https://elysiatools.com/en/tools/responsive-picture-srcset-art-direction-builder): Build complete markup with art-directed crops: per-breakpoint elements, 1x/2x density candidates or {w}-template width descriptors, optional AVIF/WebP format layers, sizes handling, CLS-safe width/height, plus HTML and JSX flavors with spec-based lint notes.
- [Data URI Generator](https://elysiatools.com/en/tools/data-uri-generator): Convert files into Data URIs (Base64 or percent-encoded) for inlining images, fonts, and assets directly into HTML, CSS, or Markdown
- [Array Shuffle](https://elysiatools.com/en/tools/array-shuffle): Randomly shuffle array elements with support for different shuffling algorithms and reproducible results
- [Superscript & Subscript Converter](https://elysiatools.com/en/tools/superscript-subscript-converter): Convert text to real Unicode superscript (ˣ²) or subscript (H₂O), or mixed — no HTML tags. Digit coverage is full; letter coverage follows Unicode.

## Samples

- [HTML Viewer Samples](https://elysiatools.com/en/samples/html-viewer-samples): Sample HTML files (semantic page, form, landing page) for the in-browser HTML Viewer
- [HTML with Images Samples](https://elysiatools.com/en/samples/html-with-images): HTML source code samples with images for testing extraction
- [Storybook Samples](https://elysiatools.com/en/samples/storybook-samples): Comprehensive Storybook examples for component development, testing, documentation, and design system management
- [Cypress E2E Testing Framework](https://elysiatools.com/en/samples/cypress-testing): Comprehensive Cypress end-to-end testing examples including test setup, page object models, API testing, visual regression testing, and advanced E2E patterns for modern web applications

## Related content

- [HTML Content Extraction, Cleanup, and Delivery](https://elysiatools.com/en/hubs/html-content-extraction-cleanup-and-delivery): Extract links, images, attributes, and tables from HTML, remove unwanted markup, and ship verified Markdown, PDF, or CSV outputs.
