HTML Tag List(In Functional Order)
HTML Reference - (HTML5 Standard)
Sort In Functional Order
New : HTML5 New Tab
Tags | Description |
---|---|
Base | |
<!DOCTYPE> | Define the document type. |
<html> | Define an HTML document |
<title> | Define a title for the document |
<body> | Define the body of the document |
<h1> to <h6> | Define HTML title |
<p> | Define a paragraph |
<br> | Define simple line breaks. |
<hr> | Define the horizontal line. |
<!--...--> | Define a comment |
Format | |
<acronym> | HTML5 is no longer supported. The definition only takes the abbreviation of the first letter. |
<abbr> | Define an abbreviation. |
<address> | Define the contact information for the author or owner of the document. |
<b> | Define bold text. |
<bdi>New | Allows you to set a piece of text so that it is out of the text direction setting of its parent element. |
<bdo> | Define the direction of the text. |
<big> | HTML5 is no longer supported. Define large text. |
<blockquote> | Define block references. |
<center> | HTML5 is no longer supported. HTML 4.01 is obsolete. Define the centered text. |
<cite> | Define citation. |
<code> | Define computer code text. |
<del> | Define the deleted text. |
<dfn> | Define definition items. |
<em> | Define emphasized text. |
<font> | HTML5 is no longer supported. HTML 4.01 is obsolete. Define the font, size and color of the text |
<i> | Defines italicized text. |
<ins> | Defines the text to be inserted. |
<kbd> | Define keyboard text. |
<mark>New | Define marked text. |
<meter>New | Define weights and measures. Only used for metrics with known maximum and minimum values. |
<pre> | Define pre-formatted text |
<progress>New | Define the progress (process) of the running task. |
<q> | Define short quotes. |
<rp>New | Defines the content displayed by browsers that do not support ruby elements. |
<rt>New | Define the interpretation or pronunciation of characters (I18N phonetic or character). |
<ruby>New | Define ruby comments (I18N phonetic or characters). |
<s> | Define strikethrough text. |
<samp> | Define computer code samples. |
<small> | Define small text. |
<strike> | HTML5 is no longer supported. HTML 4.01 is obsolete. Define strikethrough text. |
<strong> | Define a stronger emphasis on the text. |
<sub> | Define the subscript text. |
<sup> | Define superscript text. |
<time>New | Define a date/time |
<tt> | HTML5 is no longer supported. Define typewriter text. |
<u> | Defines the underlined text. |
<var> | Define the variable part of the text. |
<wbr>New | Specifies where in the text it is appropriate to add a newline character. |
Form | |
<form> | Define an HTML form for user input. |
<input> | Define an input control |
<textarea> | Define a multi-line text input control. |
<button> | Define the button. |
<select> | Define the selection list (drop-down list). |
<optgroup> | Define the combination of related options in the selection list. |
<option> | Define the options in the selection list. |
<label> | Define the label of the input element. |
<fieldset> | Define the border around the elements in the form. |
<legend> | Defines the title of the fieldset element. |
<datalist>New | Specifies the list of possible options for the input element. |
<keygen>New | Specifies the key pair generator field to be used in the form. |
<output>New | Define the result of a calculation |
frame | |
<frame> | HTML5 is no longer supported. The window or frame that defines the frame set. |
<frameset> | HTML5 is no longer supported. Define the frame set. |
<noframes> | HTML5 is no longer supported. Define alternative content for users who do not support the framework. |
<iframe> | Define the inline frame. |
image | |
<img> | Define the image. |
<map> | Define the image map. |
<area> | Define the area inside the image map. |
<canvas>New | Use scripts (usually JavaScript) to draw graphics (such as charts and other images). |
<figcaption>New | Define a caption for a <figure> element |
<figure>New | The figure tag is used to group elements. |
Audio/Video | |
<audio>New | Define sounds, such as music or other audio streams. |
<source>New | Define the media resources of the media element (<video> and <audio>). media |
<track>New | Define external text tracks for media (<video> and <audio>) elements. |
<video>New | Define an audio or video |
Link | |
<a> | Define a link |
<link> | Define the relationship between the document and external resources. |
<main> | Define the main part of the document. |
<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 obsolete. Define the directory listing. |
<dl> | Define a definition list |
<dt> | Define an item in the definition definition list. |
<dd> | Define the description of the items in the definition list. |
<menu> | Define the menu list. |
<command>New | Define the commands that the user may call (such as radio buttons, check boxes, or buttons). |
sheet | |
<table> | Define a table |
<caption> | Define the table title. |
<th> | Define the header cell in the table. |
<tr> | Define the rows in the table. |
<td> | Define the cells in the table. |
<thead> | Define the header content in the table. |
<tbody> | Define the main content of the table. |
<tfoot> | Define the table note content (footnote) in the table. |
<col> | Define the attribute value of one or more columns in the table. |
<colgroup> | Define the column group for formatting in the table. |
Style / Section | |
<style> | Define the style information of the document. |
<div> | Define the section in the document. |
<span> | Define the section in the document. |
<header>New | Define a document header |
<footer>New | Define the bottom of a document |
<section>New | Defines a certain area of the document |
<article>New | Define an article content |
<aside>New | Define the content other than the content it is in. |
<details>New | Defines the supplementary details of the user's visible or hidden requirements. |
<dialog>New | Define a dialog box or window |
<summary>New | Define a visible title. When the user clicks on the title, the detailed information is displayed. |
Meta Information | |
<head> | Define information about the document |
<meta> | Define meta-information about HTML documents. |
<base> | Define the default address or default target of all links on the page. |
<basefont> | HTML5 is no longer supported. HTML 4.01 is obsolete. Define the default font, color, or size of the text on the page. |
Program | |
<script> | Define client scripts. |
<noscript> | Define alternative content for users who do not support client-side scripting. |
<applet> | HTML5 is no longer supported. HTML 4.01 is obsolete. Define the embedded applet. |
<embed>New | A container is defined for embedding external applications or interactive programs (plug-ins). |
<object> | Define the embedded object. |
<param> | Define the parameters of the object. |