今天是第一天听课,因为刚开始都是最基础的,所有会比较期待以后的所有课程
实例
<!DOCTYPE html> <html> <head> <title>php中文网-视频教程</title> <meta charset="utf-8"> <link rel="stylesheet" href="css/style.css"> <link rel="shortcut icon" type="image/x-icon" href="images/ico.png"> <style type="text/css">/*内部样式:只针对当前页面*/ body{ } #box{width:100px;height:100px;background:pink;} .mian{width:100px;height:100px;background:green;} a{color:red} a[href="http://www.php.cn"]{color:white;} </style> </head> <body style="background:blue;"> <img src="" \> <a href="http://www.php.cn" target="_blank">php中文网-视频教程</a> <a href="https://www.baidu.com">百度一下</a> <div id="box"></div> <div class="mian"></div> <div></div> </body> </html>
运行实例 »
点击 "运行实例" 按钮查看在线实例