Blogger Information
Blog 14
fans 0
comment 0
visits 11826
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
WEB前端基础1
JUNL的博客1111
Original
640 people have browsed it
实例
<!DOCTYPE html>
<html>
<head>
	<title>php中文网-视频教程</title>
	<meta charset="utf-8">
	<link rel="stylesheet" type="text/css" href="static/style.css">
	<link rel="shortcut icon" type="image/x-icon" href="1.jpg">
	<style type="text/css">
		body{background:pink;}
		#box{width:200px;
		     height:200px;
		     background:green;}
		     .main{width:200px;
		            height:200px;
		            background:brown;}

		            a{color:red;}
		            a[href="https://www.baidu.com/"]{color:black;}
		            div a{color:pink;}
	</style>
</head>
<body style="background: blue">
	<img src="">
	<a href=""></a>
	 <a href="https://www.baidu.com/">baidu</a>
	 <a href="2.html">123</a>
	<div  id="box">
		<a href="">php</a>
	</div>
	<div class="main"></div>
    <div></div>
    <div></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!