Files
2024-09-27 02:06:13 +08:00

24 lines
591 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

form 表单,相当于面试时候的面试题的那张纸
action相当于面试题写完交给谁用户填完表单后交个后端处理的地址
method
GET参数在地址栏显示
POST一般用于金钱账号用户隐私相关参数不在地址栏显示
布局:
1table布局
2div+css布局
标签的分类:
1块级标签 块标签会独占一行 p h1~h6, ul li
2行内标签 不会独占一行 a img input video
他们两个可以相互转化
任务:
预习csshttp://www.runoob.com/css/css-tutorial.html