--- title: HTML elements reference slug: Web/HTML/Element tags: - Basic - Element - HTML - NeedsTranslation - Reference - TopicStub - Web - 'l10n:priority' translation_of: Web/HTML/Element ---
This page lists all the {{Glossary("HTML")}} {{Glossary("Element","elements")}}, which are created using {{Glossary("Tag", "tags")}}. They are grouped by function to help you find what you have in mind easily. An alphabetical list of all elements is provided in the sidebar on every element's page as well as this one.
For more information about the basics of HTML elements and attributes, see the section on elements in the Introduction to HTML article.
{{HTMLRefTable("HTML Root Element")}}
Metadata contains information about the page. This includes information about styles, scripts and data to help software ({{Glossary("search engine", "search engines")}}, {{Glossary("Browser","browsers")}}, etc.) use and render the page. Metadata for styles and scripts may be defined in the page or link to another file that has the information.
{{HTMLRefTable("HTML Document Metadata")}}
{{HTMLRefTable("Sectioning Root Element")}}
Content sectioning elements allow you to organize the document content into logical pieces. Use the sectioning elements to create a broad outline for your page content, including header and footer navigation, and heading elements to identify sections of content.
{{HTMLRefTable("HTML Sections")}}
Use HTML text content elements to organize blocks or sections of content placed between the opening {{HTMLElement("body")}} and closing </body>
tags. Important for {{Glossary("accessibility")}} and {{Glossary("SEO")}}, these elements identify the purpose or structure of that content.
{{HTMLRefTable("HTML Grouping Content")}}
Use the HTML inline text semantic to define the meaning, structure, or style of a word, line, or any arbitrary piece of text.
{{HTMLRefTable("HTML Text-Level Semantics")}}
HTML supports various multimedia resources such as images, audio, and video.
{{HTMLRefTable("multimedia")}}
In addition to regular multimedia content, HTML can include a variety of other content, even if it's not always easy to interact with.
{{HTMLRefTable({"include":["HTML embedded content"], "exclude":["multimedia"]})}}
In order to create dynamic content and Web applications, HTML supports the use of scripting languages, most prominently JavaScript. Certain elements support this capability.
{{HTMLRefTable("HTML Scripting")}}
These elements let you provide indications that specific parts of the text have been altered.
{{HTMLRefTable("HTML Edits")}}
The elements here are used to create and handle tabular data.
{{HTMLRefTable("HTML tabular data")}}
HTML provides a number of elements which can be used together to create forms which the user can fill out and submit to the Web site or application. There's a great deal of further information about this available in the HTML forms guide.
{{HTMLRefTable({"include": ["HTML forms"], "exclude":["Deprecated"]})}}
HTML offers a selection of elements which help to create interactive user interface objects.
{{HTMLRefTable("HTML interactive elements")}}
Web Components is an HTML-related technology which makes it possible to, essentially, create and use custom elements as if it were regular HTML. In addition, you can create custom versions of standard HTML elements.
{{HTMLRefTable({"include":["Web Components"],"elements":["shadow"]})}}
Warning: These are old HTML elements which are deprecated and should not be used. You should never use them in new projects, and should replace them in old projects as soon as you can. They are listed here for informational purposes only.
{{HTMLRefTable({"include":["Deprecated","Obsolete"]})}}