html常用标签
<link rel="SHORTCUT ICON" href="图片地址"> 标题旁边的logo
filter:alpha(opacity:30);opacity:0.3;
<html></html>
<body></body>
<head></head>
<title></title>
<bese>
href=""
<link>
rel=""
href=""
target="_self" 当前页面打开
target="_blank" 新窗口打开
target="name" 框架名字,在指定窗口打开
target="_top" 在当前框架的最外层起作用
type=""
<H1></h1>~<h6></h6>
<meta http-equiv="refresh" content="1;URL=http://www.baidu.com">
<a href="">xx</a>
href="mailto:xxx@qq.com"
title=""
targer=""
<table>
border=""
width=""
%98
height=""
tr
td
colspen 横合并
rowspen 竖合并
th
tr代表行 td代表列
<tr></tr>
<td></td>
bgcolor=""
background=""
<b></b>
<i></i>
<ul></ul>
<li></li>
<ol><ol>
<li></li>
<img>
src=""
dynsrc=""
start=""
width=""
height=""
<marquee>
direction=""
right
left
up
down
behavior=""
alternate
scroll
loop=""
scrlollamount=""
<bgsound>
src=""
loop=""
<hr>
align
<frameset>
frameborder="0" 边框
framespacing="2" 框架间距
<noframes></noframes>
rows 上下
cols 左右
25%,75%
75%,*
10,20,30
1*,2*,3*,4*
<frame></frame>
name=""
src=""
noresize="noresize"
noresize="ture" (布尔值)
scrolling=""
scrolling="no" 不显示滚动条
scrolling="yes" 始终显示滚动条
scrolling="auto" 文本内容多少显示滚动条 默认值
<from>
<fieldset></fieldset>
<legend></legend>
action=""
target=""
method=""
enctype=""
checked="true"
<select>
name=""
selected="不公开"
<option>
map
area
shape
circle
rect
poly
coords
href
alt
maxlength="10"
selected="true"
checked="true"
disabled="true"
Meat
description
keywords
expires
windows-target
pargma
page-enter
exit
copyright
robots
http-equiv
content-type
text/html;charset=utf-8
text/css
refresh
<BGSOUND balance=0 src="http://stream11.qqmusic.qq.com/31149291.mp3" volume=-1 loop="-1">
BGSOUND表示标签类型
balance=0表示声道平衡
src=表示背景音乐的连接,也可以使用相对路径
volume=-1表示音量大小
loop="-1"表示循环次数

浙公网安备 33010602011771号