任务一 、使用富文本编辑器
<p style="color:red">CSDN能力认证</p>
<table class="table table-bordered">
<tbody>
<tr>
<td>c1</td>
<td>见习</td>
</tr>
<tr style="background-color:blue;">
<td>c2</td>
<td>专项</td>
</tr>
<tr style="background-color:green;">
<td>c3</td>
<td>全栈</td>
</tr>
</tbody>
</table>
<p><br></p>
<button onclick="alert('开始考试')">我要考试</button>
任务二、所见即所得式开发
拓展
<html>
<head>
<style>
div {
color: #FFFFFF;
}
.left,
.right {
float: left;
}
.body {
width: 780px;
height: 600px;
background-color: #F0AD4E;
padding: 20px;
}
.a {
width: 300px;
height: 200px;
background-color: #4CD964;
}
.b {
margin-top: 20px;
width: 300px;
height: 380px;
background-color: #4CD964;
}
.c {
margin-left: 20px;
width: 460px;
height: 300px;
background-color: #4CD964;
}
.d {
position: relative;
top: 240px;
left: 60px;
width: 150px;
height: 100px;
background-color: #808080;
}
.e {
position: relative;
left: 20px;
top: -80px;
width: 220px;
height: 280px;
background-color: #4CD964;
z-index: 0;
}
.f {
width: 230px;
height: 150px;
background-color: #4CD964;
margin-top: 20px;
margin-left: 30px;
}
.g {
width: 230px;
height: 110px;
background-color: #4CD964;
margin-top: 20px;
margin-left: 30px;
}
.h {
width: 230px;
height: 110px;
background-color: #007AFF;
margin-top: 60px;
margin-left: 20px;
}
.i {
width: 160px;
height: 110px;
background-color: #3F536E;
position: relative;
left: 230px;
top: -240px;
}
.cent,
.centr {
float: left;
}
</style>
</head>
<body>
<div class="body">
<div class="left">
<div class="a">1</div>
<div class="b">2</div>
</div>
<div class="right">
<div class="c">3
<div class="h">7</div>
<div class="i">8</div>
</div>
<div class="cen">
<div class="cent">
<div class="d">9</div>
<div class="e">4</div>
</div>
<div class="centr">
<div class="f">5</div>
<div class="g">6</div>
</div>
</div>
</div>
</div>
</body>
</html>
自测
1.HTML5为了使img元素可拖放,需要增加什么属性
答:
2.HTML5哪一个input类型可以选择一个无时区的日期选择器
答:
3.CSS盒子模型中的margin,border,padding都是什么意思
答:外边距(margin)、边框(border)、内边距(padding)
4.说出5种常见的HTML事件
答:表单事件,键盘事件,鼠标移动移除事件,媒介事件
5.HTML的onblur和onfocus是哪种类型的属性
答:事件属性
6.怎么设置display属性值使容器成为弹性容器?
答:Flex
7.Javascript种有多少种不同类型的循环?
答:for,do while,while
8.用户搜索某个单词后,JavaScript高亮显示搜索到的单词,使用哪个语义化标签最适合
答:mark