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