黄文超-20201028
一、知识总结
<div class="box"></div>
<div class="box1"></div>
<h1 class="box"></h1>
<h1></h1>
<h1 class="box"></h1>
<p id="box"></p>
<ul>
<li>你好</li>
<li>黄文超</li>
</ul>
<a href="#">度娘</a>
<link rel="stylesheet" href="css/style.css" />
<!-- 将style1应用到index -->
<!--修饰字体和文本的常用样式-->
<div class="box">
图片样式
olor: red;/*修饰字体颜色*/
font-size:30px;/*修饰字体的大小*/
font-family:"宋体";/*字体类型*/
font-style: italic;/*字体的样式*/
font-weight: bold;/*字体加粗*/
letter-spacing: 5px;/*字体间距*/
text-align: center;/*对齐方式*/
line-height:300px;/*行高*/
text-indent:2em;/*首行缩进*/
background-color: red;/*背景颜色*/
background-image: url(/*../返回上级目录*/)
;
background-size: 300px 300px;/*背景图片的大小*/
background-repeat:no-repeat -;/*背景图片平铺*/
background-attachment: fixed;/*背景图片固定*/
background-position: -100px 0;/*背景图片平移*/
opacity: 1;/*透明度*/
/*边框大小*/
box{
width:300px;
height:300px;
margin: 0 auto;
}
二、心得体会
通过第三天的实训,对部分内容还无法掌握基本了解了HBuilder这个软件,以及安装它,它的编写用到了Java,Web和Ruby,
主体是由Java编写,它基于Eclipse,兼容了Eclipse的插件,最大优势是快,通过完整的语法提示和代码输入法、代码块等,大幅提升
HTML、js、css的开发效率。知道了代码编写的大致框架,在后端进行配置对英语基础有一定的要求,课后会加强练习单词的理解记忆。
近期评论