Warning: Attempt to read property "ID" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 471

Warning: Attempt to read property "display_name" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 480

Warning: Attempt to read property "display_name" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 487

Warning: Attempt to read property "description" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 489

Warning: Attempt to read property "ID" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 493

20200815 王维

学习总结
1.很多网站不使用table、iframe两个元素,原因是渲染效率低,浏览器渲染的时候,是从上至下
的,而table和iframe两个元素会改变原本的渲染规则,他们是要等自己本身内部的元素加载完成
之后,才去渲染整个,渲染效率低,用户体验差
2.a标签的伪类的正确顺序 link visited hover active
3.常用结构标记 header nav section footer aside artcle
结构标记跟div的作用是一样,但结构标记具有语义化,方便阅读,使用语义化的标记,可以让页
面在被搜索时候更加靠前
4.from中method方法请求数据的方式 get post put delete(查 增 改 删) post和put是隐式提交
心得体会
今天进行了测试,很多知识点可能知道,但是会一时间想不起来,说明知识点不牢固,还需要加强
巩固,并且有些知识点理解不清晰,需要实践去体会差别,辨别清楚。

评论留言