DESKTOP-Q9TNUNA_20210521-李龙飞
日志
知识总结
1、标准网页结构
2、表格
(1)border winth border表格的边框 cellspacing 单元格间隔 cellpadding间距
(2)table表格 tr表示表格的一行,td表示表格中的单元格,th表示单元格,居中,加粗,显示灯
(3)thead表头
(4)tabody表体
(5)tfoot表尾
(6)colsoan合并单元格
(7)rowspan合并行
3、表单
(1)action 数据提交的地址
(2)method 数据提交的方式
(3)enctype 编码方式
(4)input,value,name,id,title,autofocus,placeholder,
required,readonly,disabled,maxlengh,type,text,button/
reset/submit,password,email,date,time.等函数的使用。
4、单元按钮,(button普通按钮,reset重置按钮,submit提交按钮)
5、多选 checkbox、单选radio、下拉selected
6、超链接的使用
心得体会
了解到了许多的HTML的使用功能,在使用中还存在着很大的问题,以后多多使用就好了。
近期评论