html

img 设置了宽度后,自动计算等比例高度
style="border:1px solid red"
table:用于显示数据,table tr td th,th=td+文本粗体
table:align width height cellspacing cellpadding bgcolor background border  rowspan colspan
html 不区分大小写
<center></center>
<br/>
ul type="" disc circle square
ol type="" i I a A 1  start="2"

target 锚点跳转,补充两点:_top整个浏览器窗口,_name 锚点跳转,点击a, 替换iframe内容 target="iframe的name"


get /post 1.安全性,2.数据量 3.响应速度(get快),另外post提交的页面无法被收藏。get明文传送 post也可以在firebug中探查到,所以密码应加密传送。


表单元素的name value 必须的,提交时 url :?name=value(即优先使用value值而不是文本内容值)
<input type="image">  图片按钮
<input type="file"> 上传表单 无value
下拉菜单:注:同时显示3个,可同是复选
<select size=3 multiple>
<option></option>
</select>
<textarea cols= rows=></textarea>

<embed src="">
ie <img src="" dynsrc="" start="mouseover/fileopen" loop="2"/>
<link>

<body text="" link="" alink="" vlink="">
text:非跳转文字颜色 ,link:超链接颜色,alink :正在进行的颜色,vlink:连接过
<hr size="" noshade width="" align="">


<meta htttp-equiv="content-type" content="text/html;charset=utf-8"/>
utf-8 通用编码类型,汉字编码 GBK GB2312,ansi 美国国家标准组织,在文件类型中指代当前操作系统下的默认编码类型

html 字体相关 日后学习  face \   字符实体;字体安装--windows--fonts--...
ff浏览器 <blink></blink>

图像映射
< img src="" usemap="#f">
<map name="#f">
//指定可点击区域
<area shape="" coords="" href="index.html">
</map>

frameset frame 框架集 用于后台,cols="50%,*" rows  也可以使用像素
frameset frame 两两划分
noresize frameborder="0" scrolling
frameset 页面不能包含body体及内部元素
frame 中直接从body体开始


shape="rect" coords="a,a‘,b,b‘"
       circle        a,a‘r‘
       poly          a,a‘,b,b‘,c,c‘

html,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。