Ayush Arora

Feb 7, 20222 min

Complete List Of HTML Elements Tag

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.

Main Root

Document Metadata

Metadata contains information about the page. This includes information about styles, scripts and data to help software (search engines, 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.

Sectioning Root

Content Sectioning

Content sectioning elements allow you to organise 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.

Text Content

Use HTML text content elements to organise blocks or sections of content placed between the opening <body> and closing </body> tags. Important for accessibility and SEO, these elements identify the purpose or structure of that content.

Inline Text Semantics

Use the HTML inline text semantic to define the meaning, structure, or style of a word, line, or any arbitrary piece of text.

Image and Multimedia

HTML supports various multimedia resources such as images, audio, and video.

Embedded Content

In addition to regular multimedia content, HTML can include a variety of other content, even if it's not always easy to interact with.

SVG and MathML

You can embed SVG and MathML content directly into HTML documents, using the <svg> and <math> elements.

Scripting

In order to create dynamic content and Web applications, HTML supports the use of scripting languages, most prominently JavaScript. Certain elements support this capability.

Demarcating Edits

These elements let you provide indications that specific parts of the text have been altered.

Table Content

The elements here are used to create and handle tabular data.

Forms

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.

Interactive Elements

HTML offers a selection of elements which help to create interactive user interface objects.

Web Components

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.

Obsolete and Deprecated Elements

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 completeness only.

    80
    2