实例
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <style> #red { color: red; } a{ color: green; } /*.blue {*/ /*color: blue;*/ /*}*/ .blue a{ font-weight: bold; color: blue; text-decoration:none } .blue a:hover{ font-weight: bold; color:red; text-decoration:none } </style> <!-- <link rel="stylesheet" href="style1.css">--> </head> <body> <iframe src="http://dd.itx17.cn/bokefabu.mp4"controls frameborder="1" name="soso" width="800" height="600"></iframe> <hr> <ol> <li><a href="http://dd.itx17.cn/bokefabu.mp4" target="soso">博客教学视频</a></li> <li class="red"><a href="https://www.hao123.com" target="soso">hao123网站导航</a></li> <li class="blue"><a href="http://www.tianya.cn" target="soso" >天涯社区</a></li> </ol> <!--<video src="http://dd.itx17.cn/bokefabu.mp4" controls width="800" height="600" poster="0703.png"></video>--> </body> </html>
运行实例 »
点击 "运行实例" 按钮查看在线实例