发表于: 2019-04-20 23:52:42

1 386


今天完成的事情: 

1.了解了html表格,列表,区块,布局,表单

2.了解了css语法,id和class选择器,创建,背景,文本

明天计划的事情:

1.学习完成任务一的css

2.尽力完成任务一

遇到的问题:

一开始不懂(a:link   a:visited,a:hover,a:active)这些元素的意思,后来询问师兄告知

收获:

1.html表格:学习了<table border=" "> ,<tr>,<td>,<th>,<caption>,colspan,rowsplan,

2.html列表:学习了<ul>,<li>,<ol>,<dl>,<dt>,<dd>,有序列表<ol>可以用type来选择大小写字母或数字来排序

3.html区块:<div>,<span>

4.html布局:margin-bottom,background-color,text-align:center,

5.html表单:<from>,<select>,<option value=" ">,<input type="text ">,<input type="radio" value=" ">

                     <input type=“checkbox” value=“ ”>,<input type="submit" value=" ">,<textarea row=" " cols=" ">

                     <fieldset>,<legend>

6.css语法:css声明总是以分号 ; 结束,声明组以大括号{}括起来,font-size:,margin-left:,/*.....*/,a:link

                   a:visited,a:hover,a:active

7.css id和class选择器:id用#来定义,class类选择器用.来显示

8.css创建:<link rel=" " type=" " href=" ">,<style> 标签在文档头部定义内部样式表,

                     要使用内联样式,需要在相关的标签内使用样式(style)属性,优先级内联>内部>外部>浏览器默认

9.css背景:background-image,background-repeat,background-position,background-attachment,

10.css文本:text-align:right,text-align:justify,text-decoration:none,text-decoration:overline,text-decoration:underline

                     text-decoration:line-through,text-transfrom:uppercase,text-transform:lowercase,text-transform:capitalize

                     text-indent,letter-spacing,line-height,word-spacing,text-shadow,vertical-align, direction:rtl


返回列表 返回列表
评论

    分享到