HTML tag List

Source: Internet
Author: User
Tags deprecated

HTML Reference ManualArrange By functional category

NEW: HTML5 tag in the.

label Description
<!--...--> Defines a comment.
<! Doctype> Defines the document type.
<a> Defines the anchor.
<abbr> Define abbreviations.
<acronym> Defines abbreviations that take only the first letter.
<address> Defines the contact information for the author or owner of the document.
<applet> do not approve of use. defines the embedded applet.
<area> Defines the area inside the image map.
<article> Define the article.
<aside> Define content beyond the content of the page.
<audio> Defines the sound content.
<b> Defines the bold word.
<base> Defines the default address or default destination for all links in the page.
<basefont> do not approve of use. defines the default font, color, or size of text in a page.
<bdi> Defines the text orientation of the text so that it is set out of the direction of the text around it.
<bdo> Defines the text direction.
<big> Defines large text.
<blockquote> Defines a long reference.
<body> Defines the body of the document.
<br> Defines a simple fold line.
<button> Defines a button (push button).
<canvas> Define the graphic.
<caption> Defines the table title.
<center> do not approve of use. defines the center text.
<cite> Defines a reference (citation).
<code> Defines the computer code text.
<col> Defines a property value for one or more columns in a table.
<colgroup> Defines a column group for formatting in a table.
<command> Defines a command button.
<datalist> Defines a drop-down list.
<dd> Defines the description of the item in the definition list.
<del> Defines the text to be deleted.
<details> Defines the details of the element.
<dir> do not approve of use. defines a list of directories.
<div> Defines a section in a document.
<dfn> Define the definition of the project.
<dialog> Defines a dialog box or window.
<dl> Defines a list of definitions.
<dt> Defines the items in the definition list.
<em> Defines the accent text.
<embed> Define external interaction content or plug-ins.
<fieldset> Defines the bounding rectangle around the elements in the form.
<figcaption> Defines the caption of a figure element.
<figure> Defines the grouping of media content, as well as their titles.
<font> do not approve of use. defines the font, size, and color of text.
<footer> Defines the footer of a section or page.
<form> Defines an HTML form for user input.
<frame> A window or frame that defines the frameset.
<frameset> Defines the frameset.
Defines the HTML caption.
Defines information about the document.
Defines the header for a section or page.
Defines a horizontal line.
Defines an HTML document.
<i> defines italic words.
<iframe> Defines an inline frame.
Define the image.
<input> Defines the input control.
<ins> Defines the text to be inserted.
<isindex> do not approve of use. defines a searchable index associated with a document.
<kbd> Defines the keyboard text.
<keygen> Defines the build key.
<label> Defines the callout for the INPUT element.
<legend> Defines the caption of the fieldset element.
<li> The item that defines the list.
<link> Defines the relationship between a document and an external resource.
<map> Defines an image map.
<mark> Defines the marked text.
<menu> Defines a list or menu of commands.
<menuitem> Defines a command/menu item that a user can invoke from a pop-up menu.
<meta> Defines meta information about an HTML document.
<meter> Define measures within a predefined range.
<nav> Defines the navigation link.
<noframes> Defines alternative content for users who do not support frames.
<noscript> Defines alternative content for users who do not support client-side scripting.
<object> Defines the inline object.
<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> Defines some types of output.
<p> Defines a paragraph.
<param> Defines the parameters of the object.
<pre> Defines the pre-formatted text.
<progress> Defines the progress of any type of task.
<q> Defines a short reference.
<rp> Defines if the browser does not support the content displayed by the Ruby element.
<rt> Defines the interpretation of Ruby annotations.
<ruby> Define Ruby annotations.
<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> Defines a section.
<select> Define a selection list (drop-down list).
<small> Defines the small text.
<source> Defines the media source.
<span> Defines a section in a document.
<strike> do not approve of 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> Defines the visible caption for the <details> element.
<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> Defines the date/time.
<title> Defines the title of the document.
<tr> Defines the rows in the table.
<track> Defines a text track used in a media player.
<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> Define the video.
<wbr> Define the video.
<xmp> do not approve of use. defines the pre-formatted text.
Basis

label Description
<! Doctype> Defines the document type.
Defines an HTML document.
<title> Defines the title of the document.
<body> Defines the body of the document.
Defines the HTML caption.
<p> Defines a paragraph.
<br> Defines a simple fold line.
Defines a horizontal line.
<!--...--> Defines a comment.
Format

label Description
<acronym> Defines abbreviations that take only the first letter.
<abbr> Define abbreviations.
<address> Defines the contact information for the author or owner of the document.
<b> Defines bold text.
<bdi> Defines the text orientation of the text so that it is set out of the direction of the text around it.
<bdo> Defines the text direction.
<big> Defines large text.
<blockquote> Defines a long reference.
<center> do not approve of use. 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> do not approve of use. define font, size, and color for text
<i> defines italic text.
<ins> Defines the text to be inserted.
<kbd> Defines the keyboard text.
<mark> Defines the marked text.
<meter> Define measures within a predefined range.
<pre> Defines the pre-formatted text.
<progress> Defines the progress of any type of task.
<q> Defines a short reference.
<rp> Defines if the browser does not support the content displayed by the Ruby element.
<rt> Defines the interpretation of Ruby annotations.
<ruby> Define Ruby annotations.
<s> do not approve of use. defines the text to add strikethrough to.
<samp> Define a sample of computer code.
<small> Defines the small text.
<strike> do not approve of use. defines and deletes strikethrough text.
<strong> The accent text that defines the tone more strongly.
<sup> Defines the superscript text.
<sub> Defines the subscript text.
<time> Defines the date/time.
<tt> Defines the typewriter text.
<u> do not approve of use. defines the underlined text.
<var> Defines the variable part of the text.
<wbr> Define the video.
Form

label Description
<form> Defines an HTML form for user input.
<input> Defines the 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.
<isindex> do not approve of use. defines a searchable index associated with a document.
<datalist> Defines a drop-down list.
<keygen> Defines the build key.
<output> Defines some types of output.
Framework

label Description
<frame> A window or frame that defines the frameset.
<frameset> Defines the frameset.
<noframes> Defines alternative content for users who do not support frames.
<iframe> Defines an inline frame.
Image

label Description
Define the image.
<map> Defines an image map.
<area> Defines the area inside the image map.
<canvas> Define the graphic.
<figcaption> Defines the caption of a figure element.
<figure> Defines the grouping of media content, as well as their titles.
Audio/Video

label Description
<audio> Defines the sound content.
<source> Defines the media source.
<track> Defines a text track used in a media player.
<video> Define the video.
Link

label Description
<a> Defines the anchor.
<link> Defines the relationship between a document and an external resource.
<nav> Defines the navigation link.
List

label Description
<ul> Defines an unordered list.
<ol> Defines an ordered list.
<li> The item that defines the list.
<dir> do not approve of use. defines a list of directories.
<dl> Defines a list of definitions.
<dt> Defines the items in the definition list.
<dd> Defines the description of the item in the definition list.
<menu> Defines a menu/list of commands.
<menuitem> Defines a command/menu item that a user can invoke from a pop-up menu.
<command> Defines a command button.
Form

label Description
<table> Defining tables
<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

label Description
<style> Defines the style information for a document.
<div> Defines a section in a document.
<span> Defines a section in a document.
Defines the header for a section or page.
<footer> Defines the footer of a section or page.
<section> Defines a section.
<article> Define the article.
<aside> Define content beyond the content of the page.
<details> Defines the details of the element.
<dialog> Defines a dialog box or window.
<summary> Defines the visible caption for the <details> element.
Meta information

label Description
Defines information about the document.
<meta> Defines meta information about an HTML document.
<base> Defines the default address or default destination for all links in the page.
<basefont> do not approve of use. defines the default font, color, or size of text in a page.
Programming

label Description
<script> Define client script.
<noscript> Defines alternative content for users who do not support client-side scripting.
<applet> do not approve of use. defines the embedded applet.
<embed> Define containers for external applications (non-HTML).
<object> Defines the embedded object.
<param> Defines the parameters of the object.

Properties Description
AccessKey Specifies the shortcut key for activating an element.
Class Specifies one or more class names for an element (referencing a class in a style sheet).
Contenteditable Specifies whether the element content can be edited.
ContextMenu The context menu for the specified element. The context menu is displayed when the user clicks on an element.
data-* Private custom data that is used to store pages or applications.
Dir Specifies the text direction of the content in the element.
Draggable Specifies whether the element can be dragged.
Dropzone Specifies whether to copy, move, or link while dragging the data that is being dragged.
Hidden The specified element is still not or is no longer relevant.
Id The unique ID of the specified element.
Lang The language that specifies the content of the element.
SpellCheck Specifies whether to check spelling and grammar of elements.
Style The inline CSS style for the specified element.
TabIndex Specifies the tab order of the elements.
Title Specifies additional information about the element.
Translate Specifies whether the element content should be translated.

HTML tag List

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.