美文网首页
0627java进度笔记整理

0627java进度笔记整理

作者: 8eb783a6b522 | 来源:发表于2017-06-29 10:10 被阅读0次
0627课堂笔记整理

A已经学到并掌握:

01.了解HTML和CSS

HTML常用标签:div,p,a,span,h1~h6,ul,li,dd,dt,dl,img,input,button

CSS常用选择器
01:p{}元素选择器 p.one{}class选择器 p#two{}ID选择器

这个方面没有问题。

02.盒子模型
Paste_Image.png

margin 边界 border边框 padding 填充 content内容

常用的css样式:
color颜色 width元素宽 height元素高度 background背景
line-height 文字行高 text-align 文本对齐方式
p:hover 鼠标移动到元素时

03.HTML标签的分类

块标签:独占一行(div,h1~h6,p,ul,li,dl,dd,dt)

内联标签:并排显示,不能设置宽高(a,span,strong,margin-top,)

内联块标签:并排显示,也可以设置宽高(button,input,img)

B.掌握的内容

块标签:独占一行(div,h1~h6,p,ul,li,dl,dd,dt)

内联标签:并排显示,不能设置宽高(a,span,strong,margin-top,)

内联块标签:并排显示,也可以设置宽高(button,input,img)

C.没掌握的内容

1.a,span,p,ul,dl不知道怎么区分,该用在哪里。

相关文章

网友评论

      本文标题:0627java进度笔记整理

      本文链接:https://www.haomeiwen.com/subject/szgecxtx.html