After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:HTML document titles and paragraphs
H1-6、P块标签后面自带换行
2019-11-300个赞
Courses in the relevant section:Tables in HTML
<TH>标签是表头,在表格中表现为内容加粗、居中
2019-11-300个赞
Courses in the relevant section:List in HTML
有序列表:<ol> <li></li></ol> ,有三个列表显示形式。123、ABC、abc 无序列表:<ul><li></li></ul>,有三种列表显示形式,圆点、方块、空心圆点 自定义列表:<dl><dt></dt><dd></dd></dl>,DT是标题,DD是说明
2019-11-300个赞
Courses in the relevant section:Images in HTML
不建议网页中使用过多<img>标签,会造成网页加载过慢,最好用background背景图片加载
2019-11-300个赞
Courses in the relevant section:Introduction to forms in HTML
method两个参数:GET、POST,GET可以在本机缓存,可以看见内容,大小有限制2048K,POST不存在这些问题。
2019-11-300个赞
Courses in the relevant section:Blocks in HTML
块级元素:前后有空一行,如:DIV、P 内联元素:前后没有空间,如:SPAN、B
2019-11-300个赞