博客列表 >WEB前端基础1

WEB前端基础1

JUNL的博客1111
JUNL的博客1111原创
2018年12月14日 13:45:21714浏览
实例
<!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>
运行实例 »
点击 "运行实例" 按钮查看在线实例


声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议