实例 <!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> 运行实例 » 点击 "运行实例" 按钮查看在线实例