Blogger Information
Blog 9
fans 0
comment 0
visits 7714
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
html基础第一课
漠漠
Original
578 people have browsed it

实例

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>我的第一节前端</title>
</head>
<link rel="stylesheet" type="shortcut icon" href="">
<style type="text/css">
body{background: red;} /*标签选择器*/
/*ID选择器*/
#box{width: 100px; height: 100px; background: pink;}
/*class选择器*/
.main{width: 100px; height: 200px; background: green;}
/*属性选择器*/
a{color: pink;}
a[href="http://www.php.cn/"]{color: #000;}
/*迭代选择器*/
.main a{color:#000; font-size:28px; padding-left:10px;}

</style>
<body>
<div id="box">
<!-- <a href="http://www.taobao.com">淘宝网</a> -->
</div>
<div>
<a href="http://www.taobao.com" target="_blank">淘宝网</a>
</div>
<a href="http://www.baidu.com

">百度</a>
<a href="http://www.php.cn/">php中文网</a>
<a href="demo2.html">demo2</a>
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correction status:qualified

Teacher's comments:缺少手写代码!作业标题缺少课程时间!今天的作业记得补上!
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post