码迷,mamicode.com
首页 > Web开发 > 详细

HTML5所有标签汇总按功能

时间:2015-08-28 15:07:01      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

基础 格式 表单 框架 图像 音频/视频 链接 列表 表格 样式/节 元信息 编程
1. 基础(9个)
<!DOCTYPE>
<html>
<title>
<body>
<h1>to<h6>
<p>
<br>
<hr>
<!--...-->

2. 格式(38个)
<acronym>
<abbr>
<address>
<b>
<bdi> +
<bdo>
<big>
<blockquote>
<center> *
<cite>
<code>
<del>
<dfn>
<em>
<font>
<i>
<ins>
<kbd>
<mark> +
<meter> +
<pre>
<progress> +
<q>
<rp>
<rt>
<ruby>
<s>
<samp>
<small>
<strike>
<strong>
<sup>
<sub>
<time>
<tt>
<u> *
<var>
<wbr>

3. 表单(14个)
<form>
<input>
<textarea>
<button>
<select>
<optgroup>
<option>
<label>
<fieldset>
<legend>
<isindex> *
<datalist>
<keygen>
<output>

4. 框架(4个)
<frame>
<frameset>
<noframes>
<iframe>

5. 图像(6个)
<img>
<map>
<area>
<canvas>
<figcaption>
<figure>

6. 音频/视频(4个)
<audio> +
<source> +
<track> +
<video> +

7. 链接(2个)
<a>
<link>

8. 列表(10个)
<ul>
<ol>
<li>
<dir> *
<dl>
<dt>
<dd>
<menu>
<menuitem>
<command> +

9. 表格(10个)
<table>
<caption>
<th>
<tr>
<td>
<thead>
<tbody>
<tfoot>
<col>
<colgroup>

10. 样式/节(12个)
<!--<style>-->
<div>
<span>
<header>
<nav>
<article>
<section>
<aside>
<footer>
<details>
<dialog>
<summary>

11. 元信息(4个)
<head>
<meta>
<base>
<basefont> *

12. 编程(6个)
<!--<script>-->
<noscript>
<applet> *
<embed> +
<object>
<param>

 

HTML5所有标签汇总按功能

标签:

原文地址:http://www.cnblogs.com/htmlphp/p/4766304.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!