html 编码格式 中文gb1312 所有符号utf-8 中文gbk (英文)iso-8859-1(英文);
tabl表格
--colspan---rowspan(跨行,跨列)
form
1 get方式 url?
后面加上传送字符
2传送资料会显示在浏览器地址栏
会有安全问题 4传送资料不可太大。
form表格
post方式:传送的表单信息作为httprequest的一部分,资料不会显示在浏览器地址栏。要求,1安全性高2.大段文本,3fill文件域,用post传送方式其他的都可以
文件域 <input type=“file”>
文本框<input type=“text”>
按键 <input type=“button”>(submit)
文字域<textare></textare>
iframe内联网页可以在内部链接其他网页
,<iframe src=“" width="200" height="500">