ALL HTML TAGS TagsDescriptionNew in HTML50<!-- -->comment 1<!DOCTYPE html>document type 2<a>hyperlink 3<abbr>an abbreviation 4<address>an address element 5<area>Specifies an area inside an image map 6<article>Specifies an articleHTML 57<aside>Specifies content aside from the page contentHTML 58<audio>指定聲音類型HTML 59<b>Specifies bold text 10<base>Specifies a base URL for all the links in a page 11<bdi>For bi-directional text formattingHTML 512<bdo>Specifies the direction of text display 13<blockquote>Specifies a long quotation 14<body>Specifies the body element 15<br>Inserts a single line break 16<button>Specifies a push button 17<canvas>Define graphicsHTML 518<caption>Specifies a table caption 19<cite>Specifies a citation 20<code>Specifies computer code text 21<col>Specifies attributes for table columns 22<colgroup>Specifies groups of table columns 23<data>Allows for machine-readable data to be providedHTML 524<datalist><datalist>HTML 525<dd>Specifies a definition description 26<del>Specifies deleted text 27<details>Specifies details of an elementHTML 528<dfn>Defines a definition term 29<dialog>Specifies that part of an application is interactive.HTML 5.130<div>Specifies a section in a document 31<dl>Specifies a definition list 32<dt>Specifies a definition term 33<em>Specifies emphasized text 34<embed>Specifies external application or interactive contentHTML 535<fieldset>Specifies a fieldset 36<figcaption>Specifies caption for the figure element.HTML 537<figure>Specifies a group of media content, and their captionHTML 538<footer>Specifies a footer for a section or pageHTML 539<form>Specifies a form 40<h1>...<h6>Specifies a heading level 1-6 41<head>Specifies information about the document 42<header>Specifies a group of introductory or navigational aidsHTML 543<hr>Specifies a horizontal rule 44<html>Specifies an html document 45<i>Specifies italic text 46<iframe>Specifies an inline sub window (frame) 47<img>Specifies an image 48<input>Specifies an input field 49<ins>Specifies inserted text 50<kbd>Specifies keyboard text 51<keygen>Generates a key pairHTML 552<label>Specifies a label for a form control 53<legend>Specifies a title in a fieldset 54<li>Specifies a list item 55<link>Specifies a resource reference 56<main>Specifies the main content area of an HTML document.HTML 557<map>Specifies an image map 58<mark>Specifies marked textHTML 559<menu>Specifies a menu listHTML 5.160<menuitem>a command that user can invoke from a popup menuHTML 5.161<meta>Specifies meta information 62<meter>Specifies measurement within a predefined rangeHTML 563<nav>Specifies navigation linksHTML 564<noscript>Specifies a noscript section 65<object>Specifies an embedded object 66<ol>Specifies an ordered list 67<optgroup>Specifies an option group 68<option>Specifies an option in a drop-down list 69<output>Specifies some types of outputHTML 570<p>Specifies a paragraph 71<param>Specifies a parameter for an object 72<pre>Specifies preformatted text 73<progress>Specifies progress of a task of any kindHTML 574<q>Specifies a short quotation 75<rb>Marks the base text component of a ruby annotation.HTML 576<rp>don't support ruby annotationsHTML 577<rt>Specifies the ruby text component of a ruby annotation.HTML 578<rtc>在ruby注释中标记ruby文本组件的ruby文本容器HTML 579<ruby>Specifies a ruby annotationHTML 580<s>Indicates text that's no longer accurate or relevant. 81<samp>Specifies sample computer code 82<script>Specifies a script 83<section>Specifies a sectionHTML 584<select>Specifies a selectable list 85<small>Specifies small text 86<source>Specifies media resourcesHTML 587<span>Specifies a section in a document 88<strong>Specifies strong text 89<style>Specifies a style definition 90<sub>Specifies subscripted text 91<summary>Specifies a summary / caption for the <details> elementHTML 592<sup>Specifies superscripted text 93<table>Specifies a table 94<tbody>Specifies a table body 95<td>Specifies a table cell 96<template>声明可通过脚本克隆并插入到文档中的HTML片段。HTML 597<textarea>Specifies a text area 98<tfoot>Specifies a table footer 99<th>Specifies a table header 100<thead>Specifies a table header 101<time>Specifies a date/timeHTML 5102<title>Specifies the document title 103<tr>Specifies a table row 104<track>Specifies a text track for media such as video and audioHTML 5105<u>Specifies text with a non-textual annotation. 106<ul>Specifies an unordered list 107<var>Specifies a variable 108<video>Specifies a videoHTML 5109<wbr>指定长单词和不含空格的文本字符串的换行HTML 5
