Blogger Information
Blog 17
fans 0
comment 0
visits 13678
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
8月10号html练习
18674060620的博客
Original
520 people have browsed it

实例

<!DOCTYPE html>
<html>
<head>
<title>标题</title>
<meta charset=utf-8>
<link rel="stylesheet" href="css.css">
<link rel="shortcut iocn" type="image/x-icon" href="ico.png">
<style type="text/css">
#box{
   width:100px;height:100px;background:pink;
}
.mian{
   width:100px;height:100px;background:green;
}
a{color:white}
a[href="https://www.baidu.com"]{color:red}
</style>
</head>
<body>
<img src="">
<a href="https://www.baidu.com" target="_blank">百度一下</a>
<div id="box"></div>
<div class="box"></div>
</body>
</html>

运行实例 »

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


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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!