HTML tag List overview

Source: Internet
Author: User
Tags deprecated html form

Hypertext Markup Language (HTML) tag tags are often referred to as HTML tags, HTML tags are the most basic unit in the HTML language, HTML tags are the most important component of HTML (an application under the standard Universal Markup Language). The capitalization of the HTML tag is irrelevant, for example, "body" <body> the meaning of <BODY> is the same, it is recommended to use lower case.

1. Sort by alphabetical order
HTML Tag List (alphabetical order)
label Description
<!--...--> Defining annotations
<! Doctype> Defining Document Types
<a> Defining hypertext Links
<abbr> Defining abbreviations
<acronym> Defines initials that are only initials and does not support HTML5
<address> Define contact information for the author or owner of the document
<applet> HTML5 is not in favor of use. Defines the embedded applet.
<area> Define an area inside an image map
<article>New Define an article area
<aside>New Define the sidebar contents of a page
<audio>New Defining audio Content
<b> Define text Bold
<base> Defines the default address or default destination for all links in the page.
<basefont> HTML5 not support, do not agree to use. Defines the default font, color, or size of text in a page.
<bdi>New Allows you to set a piece of text away from the text orientation setting of its parent element.
<bdo> Define text orientation
<big> Define large text, HTML5 not supported
<blockquote> Define a long reference
<body> Defining the body of a document
<br> Define line breaks
<button> Define a click button
<canvas>New Define graphics, compare tables and other images, labels are just graphics containers, you must use scripts to draw graphics
<caption> Defining table Headings
<center> HTML5 not support, do not agree to use. Defines the center text.
<cite> Definition Reference (citation)
<code> Defining computer code Text
<col> Define property values for one or more columns in a table
<colgroup> Define column groups for formatting in a table
<command>New Define a command button, such as a radio button, a check box, or a button
<datalist>New Defines a list of options. Use this element in conjunction with the INPUT element to define the possible values for input.
<dd> Define the description of the item in the definition list
<del> Define deleted text
<details>New Details used to describe a part of a document or document
<dfn> Defining a Definition Project
<dialog>New Define dialog boxes, such as prompt boxes
<dir> HTML5 not support, do not agree to use. Defines a list of directories.
<div> Defining sections in a document
<dl> Define list Details
<dt> Define items in a list
<em> Define Accent Text
<embed>New Define embedded content, such as plugins.
<fieldset> Define borders around elements in a form
<figcaption>New Define the title of the <figure> element
<figure>New Specify separate stream content (images, charts, photos, code, and so on).
<font> HTML5 not support, do not agree to use. Defines the font, size, and color of text.
<footer>New Defines the footer of a section or document.
<form> A form that defines an HTML document
<frame> Define a window or frame for a frameset
<frameset> Defining the framework Set
Defining HTML Headings
Define information about a document
New Defines the header area of the document
Define horizontal lines
Defining HTML Documents
<i> Defining italic characters
<iframe> Define an inline frame
Defining images
<input> Defining an input control
<ins> Define the text to be inserted
<kbd> Defining keyboard text
<keygen>New Specifies the key pair generator field used for the form.
<label> Defining annotations for input elements
<legend> Defines the caption of the fieldset element.
<li> Defining items for a list
<link> Define the relationship between a document and an external resource
<map> Defining Image Mappings
<mark>New Defines the text with a token. Use the <m> tag when you need to highlight text.
<menu> Do not approve of use. Defines a menu list.
<meta> Defines meta information about an HTML document.
<meter>New Define weights and measures. Measures that are used only for the known maximum and minimum values.
<nav>New Define the part of the navigation link
<noframes> Defines alternative content for users who do not support frames. HTML5 not supported
<noscript> Defines alternative content for users who do not support client-side scripting.
<object> Defining inline objects
<ol> Defines an ordered list.
<optgroup> Defines a combination of related options in the selection list.
<option> Defines the options in the selection list.
<output>New Defines different types of output, such as the output of a script.
<p> Defines a paragraph.
<param> Defines the parameters of the object.
<pre> Defines the pre-formatted text.
<progress>New Defines the progress (process) in the run.
<q> Defines a short reference.
<rp>New <rp> tags are used in ruby annotations to define what is displayed by browsers that do not support ruby elements.
<rt>New <rt> tags define the interpretation or pronunciation of characters (Chinese phonetic symbols or characters).
<ruby>New <ruby> tags define ruby annotations (Chinese phonetic notation or characters).
<s> Do not approve of use. Defines the text to add strikethrough to.
<samp> Define a sample of computer code.
<script> Define client script.
<section>New <section> tags define the sections (section, section) in the document. such as chapters, headers, footers, or other parts of the document.
<select> Define a selection list (drop-down list).
<small> Defines the small text.
<source>New <source> tags define media resources for media elements such as <video> and <audio>.
<span> Defines a section in a document.
<strike> HTML5 not support, do not agree to use. Defines and deletes strikethrough text.
<strong> Defines the accent text.
<style> Defines the style information for a document.
<sub> Defines the subscript text.
<summary>New The <summary> tag contains the title of the details element, which is used to describe the details of the document or document fragment.
<sup> Defines the superscript text.
<table> Define the table.
<tbody> Defines the body content in the table.
<td> Define the cells in the table.
<textarea> A text input control that defines multiple lines.
<tfoot> Define the table notes (footnotes) in the table.
<th> Defines the header cells in the table.
<thead> Defines the header content in a table.
<time>New Define a date or time, or both.
<title> Defines the title of the document.
<tr> Defines the rows in the table.
<track>New <track> tags Specify external text tracks for media such as video elements.
<tt> Defines the typewriter text.
<u> Do not approve of use. Defines the underlined text.
<ul> Defines an unordered list.
<var> Defines the variable part of the text.
<video>New <video> tags define videos, such as movie clips or other video streams.
<wbr>New Specifies where in the text to fit the line break.

2. Sort by function
HTML Tag list (functional sorting)
label Description
Basis
<! Doctype> Defines the document type.
Define an HTML document
<title> Define a title for a document
<body> Defining the body of a document
Defining HTML Headings
<p> Define a paragraph
<br> Defines a simple fold line.
Defines a horizontal line.
<!--...--> Define a Comment
Format
<acronym> HTML5 is no longer supported. Defines abbreviations that take only the first letter.
<abbr> Defines an abbreviation.
<address> Defines the contact information for the author or owner of the document.
<b> Defines bold text.
<bdi>New Allows you to set a piece of text away from the text orientation setting of its parent element.
<bdo> Defines the direction of the text.
<big> HTML5 is no longer supported. Defines large text.
<blockquote> Defines a block reference.
<center> HTML5 is no longer supported. HTML 4.01 is deprecated. Defines the center text.
<cite> Defines a reference (citation).
<code> Defines the computer code text.
<del> Defines the text to be deleted.
<dfn> Define the definition of the project.
<em> Defines the accent text.
<font> HTML5 is no longer supported. HTML 4.01 is deprecated. Define font, size, and color for text
<i> defines italic text.
<ins> Defines the text to be inserted.
<kbd> Defines the keyboard text.
<mark>New Defines the text with a token.
<meter>New Define weights and measures. Measures that are used only for the known maximum and minimum values.
<pre> Defining pre-formatted text
<progress>New Defines the progress of a task in a run (process).
<q> Defines a short reference.
<rp>New Defines what is displayed by browsers that do not support ruby elements.
<rt>New Defines the interpretation or pronunciation of characters (Chinese phonetic symbols or characters).
<ruby>New Defines a ruby annotation (Chinese phonetic notation or character).
<s> Defines the text to add strikethrough to.
<samp> Define a sample of computer code.
<small> Defines the small text.
<strike> HTML5 is no longer supported. HTML 4.01 is deprecated. Defines the text to add strikethrough to.
<strong> The accent text that defines the tone more strongly.
<sub> Defines the subscript text.
<sup> Defines the superscript text.
<time>New Define a date/time
<tt> HTML5 is no longer supported. Defines the typewriter text.
<u> Defines the underlined text.
<var> Defines the variable part of the text.
<wbr>New Specifies where in the text to fit the line break.
Form
<form> Defines an HTML form for user input.
<input> Define an input control
<textarea> A text input control that defines multiple lines.
<button> Defines the button.
<select> Define a selection list (drop-down list).
<optgroup> Defines a combination of related options in the selection list.
<option> Defines the options in the selection list.
<label> Defines the callout for the INPUT element.
<fieldset> Defines the bounding rectangle around the elements in the form.
<legend> Defines the caption of the fieldset element.
<datalist>New Specifies a list of possible options for the INPUT element.
<keygen>New Specifies the key pair generator field used for the form.
<output>New Define the result of a calculation
Framework
<frame> HTML5 is no longer supported. A window or frame that defines the frameset.
<frameset> HTML5 is no longer supported. Defines the frameset.
<noframes> HTML5 is no longer supported. Defines alternative content for users who do not support frames.
<iframe> Defines an inline frame.
Image
Define the image.
<map> Defines an image map.
<area> Defines the area inside the image map.
<canvas>New Draw graphics (compared to tables and other images) with scripts (usually JavaScript).
<figcaption>New Define a caption for a <figure> element
<figure>New The figure label is used to group elements.
Audio/video
<audio>New Define sounds, such as music or other audio streams.
<source>New A media resource that defines the medium element (<video> and <audio>). Media
<track>New Defines an external text track for the media (<video> and <audio>) elements.
<video>New Define an audio or video
Link
<a> Define a link
<link> Defines the relationship between a document and an external resource.
<nav>New Define navigation links
List
<ul> Define an unordered list
<ol> Define an ordered list
<li> Define a list item
<dir> HTML5 is no longer supported. HTML 4.01 is deprecated. Defines a list of directories.
<dl> Define a definition list
<dt> Defines an item in a definition definition list.
<dd> Defines the description of the item in the definition list.
<menu> Defines a menu list.
<command>New Defines a command that a user might invoke (such as a radio button, check box, or button).
Form
<table> Define a table
<caption> Defines the table title.
<th> Defines the header cells in the table.
<tr> Defines the rows in the table.
<td> Define the cells in the table.
<thead> Defines the header content in a table.
<tbody> Defines the body content in the table.
<tfoot> Define the table notes (footnotes) in the table.
<col> Defines a property value for one or more columns in a table.
<colgroup> Defines a column group for formatting in a table.
Style/Section
<style> Defines the style information for a document.
<div> Defines a section in a document.
<span> Defines a section in a document.
New Define a Document Header section
<footer>New Define a document at the bottom
<section>New Defines a region of a document
<article>New Define an article content
<aside>New Define what is outside of its content.
<details>New Defines the supplemental details of a user's visible or hidden needs.
<dialog>New Define a dialog box or window
<summary>New Defines a visible caption. Details are displayed when the user clicks on the title.
Meta information
Define information about a document
<meta> Defines meta information about an HTML document.
<base> Defines the default address or default destination for all links in the page.
<basefont> HTML5 is no longer supported. HTML 4.01 is deprecated. Defines the default font, color, or size of text in a page.
Program
<script> Define client script.
<noscript> Defines alternative content for users who do not support client-side scripting.
<applet> HTML5 is no longer supported. HTML 4.01 is deprecated. Defines the embedded applet.
<embed>New Defines a container that is used to embed external applications or interactive programs (plugins).
<object> Defines the embedded object.
<param> Defines the parameters of the object.

PS: A new label with the HTML5 symbol

HTML tag List overview

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.