html-标签大全

html

<!DOCTYPE html>

<html lang="en | zh-cmn-Hans"></html>

manifest="demo.appcache"  ie10

<head></head>

<meta charset="UTF-8">

<title></title>

<link rel="stylesheet" type="text/css" href="" media="">

<link rel="shortcut icon" type="image/ico" href="">  网页图标

<style type="text/css"></style>

<script type="text/javascript" src=""></script>

<base href="" target="_seft | _blank">

<body></body>

<!-- ... -->

<h1>to<h6>

<p></p>

<br>

<hr>

<strong></strong>

<em></em>

<del></del>

<ins></ins>

<sub></sub>

<sup></sup>

<small></small>

<abbr></abbr>

<address></address>

<cite></cite>

<q cite=""></q>

<blockquote cite=""></blockquote>

<code></code>

<samp></samp>

<var></var>

<dfn></dfn>

<kbd></kbd>

<pre></pre>

<a href="" target="" name=""></a>

<iframe src="" width="" height="" name=""></iframe>

<img src="" width="" height="" usermap="" ismap>

<map name="">

<area shape="" coords="" href="" target="">

<table border=""></table>

<caption></caption>

<colgroup span=""></colgroup>

<col span="">

<thead></thead>

<tbody></tbody>

<tfoot></tfoot>

<tr></tr>

<th colspan="" rowspan=""></th>

<td colspan="" rowspan=""></td>

<div></div>

<span></span>

<ul></ul>

<ol></ol>

<li></li>

<dl></dl>

<dt></dt>

<dd></dd>

<form action="" method="" target="" name="" ></form>

enctype

accept-charset

autocomplete  !opera

novalidate  ie10 !safari

<button type="" value="" name="" disabled></button>

form  !ie

autofocus  ie10 !opera

formaction  ie10

formmethod  ie10

formtarget  ie10

formenctype  ie10

formnovalidate  ie10 !safari

<textarea cols="" rows="" name="" disabled readonly></textarea>

wrap  hard  soft

form  !ie

autofocus  ie10

maxlength  ie10 !opera

placeholder  ie10

required  ie10 !safari

<select size="" name="" multiple disabled></select>

form  !ie

autofocus  ie10 !firefox

<optgroup label="" disabled></optgroup>

<option value="" selected disabled></option>

<label for="" form=""></label>

<fieldset></fieldset>

<legend></legend>

<input type="" value="" name="" disabled>

autofocus  ie10 !opera

form  !ie

formaction  ie10

formmethod  ie10

formtarget  ie10

formenctype  ie10

<input type="text" size="" maxlength="" readonly autocomplete>

placeholder  ie10

<input type="image" src="" width="" height="">

<input type="file" accept="" >

multiple  ie10

<input type="radio checkbox" checked>

<embed src="" type="" width="" height="" name=""></embed>

<object data="" type="" width="" height="" name=""></object>

<param name="" value="">

<header></header>

<footer></footer>

<section></section>

<hgroup></hgroup>

<article></article>

<aside></aside>

<nav></nav>

<figure></figure>

<figcaption></figcaption>

<mark></mark>

<time datetime="YYYY-MM-DDThh:mm:ssTZD"></time>

<canvas width="" height=""></canvas>

<audio src="" preload="" controls autoplay loop muted></audio>

<video src="" width="" height="" poster="" preload="" controls autoplay loop muted></video>

<source src="" type="">

<progress value="" max="">(ie10)

<meter value="" optimum="" min="" max="" low="" high="" ></meter>(!ie)

<meta name="keywords" content="">

<meta name="description" content="">

<meta name="renderer" content="webkit ie-comp ie-stand">

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<meta name="viewport" content="width=device-width,initial-scale=1">

<meta http-equiv="mobile-agent" content="format= ;url= ">

<object data=".swf" type="application/x-shockwave-flash" width="" height="">

  <param name="movie" value=".swf">

  <param name="quality" value="high">

  <param name="wmode"value="transparent">

  <param name="bgcolor" value="#000">

  <param name="allowFullScreen" value="true">

  <param name="allowscriptaccess" value="always">

  <param name="allowFullScreenInteractive" value="true">

  <param name="flashvars" value="">

  <embed src="/media/v1/default_v1.1.swf" type="application/x-shockwave-flash" width="" height="" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" wmode="transparent">

</object>

全局属性

id  class  style  title  lang  data-*

accesskey  tabindex  contenteditable  draggable

事件属性

窗口事件

onload  onunload  onerror  onresize  onscroll

鼠标事件

onclick  ondblclick  oncontextmenu  onmousedown  onmouseup

onmouseenter  onmouseleave  onmouseover  onmouseout

onmousemove  onwheel

键盘事件

onkeydown  onkeypress  onkeyup

表单事件

onfocus  onblur  onfocusin  onfocusout  onchange  onselect  onsubmit

剪贴板事件

oncopy  oncut  onpaste

时间: 2024-10-14 14:15:42

html-标签大全的相关文章

Wordpress模板标签大全

Wordpress模板基本文件 style.css 样式表文件 index.php 主页文件 single.php 日志单页文件 page.php 页面文件 archvie.php 分类和日期存档页文件 searchform.php 搜索表单文件 search.php 搜索页面文件 comments.php 留言区域文件(包括留言列表和留言框) 404.php 404错误页面 header.php 网页头部文件 sidebar.php 网页侧边栏文件 footer.php 网页底部文件 Word

HTML标签大全(一)

HTML主要构成 <!DOCTYPE> 声明 Web 世界中存在许多不同的文档.只有了解文档的类型,浏览器才能正确地显示文档. HTML 也有多个不同的版本,只有完全明白页面中使用的确切 HTML 版本,浏览器才能完全正确地显示出 HTML 页面.这就是 <!DOCTYPE> 的用处. <!DOCTYPE> 不是 HTML 标签.它为浏览器提供一项信息(声明),即 HTML 是用什么版本编写的. <html> 定义了整个 HTML 文档. 这个元素拥有一个开

HTML标签大全(二)

字体标记<STRONG> ● 加重语气 产生字体加粗 Bold 的效果  <B> ● 粗体标记 产生字体加粗的效果  <EM> ● 强调标记 字体出现斜体效果  <I> ● 斜体标记 字体出现斜体效果  <TT> ● 等宽字体 Courier字体,字母宽度相同  <U> ● 加下划线 加下划线 反对<H1> ● 一级标题标记 将字体变大,级数越高越小  <H2> ● 二级标题标记 将字体变大  <H3&g

meta标签大全

meta标签大全 <!-- x-ua-compatible(浏览器兼容模式) 仅对IE8+以效 告诉浏览器以什么版本的IE的兼容模式来显示网页 <meta http-equiv="X-UA-Compatible" content="IE=5" > <meta http-equiv="X-UA-Compatible" content="IE=7" > <meta http-equiv=&quo

最新织梦dedecms模板调用标签大全(适用dedecms5.7)

织梦DEDE模板调用标签大全-提高制作模板速度--------------------------------------------------------------------------------关键描述调用标签: <meta name="keywords" content="{dede:field name='keywords'/}"><meta name="description" content="{d

Destoon标签大全,新手必备

核心提示:Destoon标签大全,新手必备 1.全局标签 网站名称:{$DT[sITename]}网站地址:{DT_PATH}网站LOGO: {if $MODULE[$moduleid][logo]}{DT_SKIN}image/logo_{$moduleid}.gif{elseif $DT[logo]}{$DT[logo]}{else}{DT_SKIN}image/logo.gif{/if}版权信息:{$DT[copyright]}风格路径:{DT_PATH}客服电话:{$DT[telepho

常用的html标签大全

html标签大全 一.文字 1.标题文字 <h#>..........</h#> #=1~6:h1为最大字,h6为最小字 2.字体变化 <font>..........</font> [1]字体大小 <font size=#>..........</font> #=1~7:数字愈大字也愈大 [2]指定字型 <font face="字体名称">..........</font> [3]文字颜色

HTML标签大全(三)

表单标记 ·C 代表 Close needed 表示该标记属于围堵标记,即需要结束标记 </标记>.·N 代表 No need to close 表示该标记属空标记,即不需要结束标记. C <form> 标签用于为用户输入创建 HTML 表单. 表单能够包含 input 元素,比如文本字段.复选框.单选框.提交按钮等等. 表单还可以包含 menus.textarea.fieldset.legend 和 label 元素. 表单用于向服务器传输数据. 属性 属性 值 描述 actio

基本格式及标签大全

基本格式 <!DOCTYPE html>                //文档类型声明 <html lang="zh-cn">            //表示HTML文档开始 <head>     <meta charset="utf-8">     //声明字符编码     <title>基本结构</title> </head> <body> <a href=&

【HTML_标签大全】

HTML标签大全 标签 描述 标签类型 备注 块级.行内块.行内的区别 <!--...--> 定义注释 / 单标签 块级元素: *独占一行,宽度自动填满: *可以设置width.height属性: *设置了宽度也是独占一行, *可以设置margin.padding属性: 行内元素: *不会独占一行,相邻的行内元素在一行里,   直到行排不下就自动换行 *其宽度随内容而变化: *width.height属性则无效: *行内元素的margin.padding属性很奇怪,   水平方向的left.r