博客列表 >1019作业

1019作业

移动用户-4050479
移动用户-4050479原创
2022年10月22日 21:01:29360浏览
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Document</title>
  8. <style type="text/css">
  9. a[href="2.html"]{
  10. color: aqua;
  11. }
  12. #mv{
  13. color: blue;
  14. }
  15. a{
  16. color: violet;
  17. }
  18. p,span{
  19. color: red;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <div>
  25. <nav>
  26. <a href="2.html" target="tac">首页</a>
  27. <a id="mv" href="3.html" target="tac">导航</a>
  28. <a href="4.html" target="tac">导航</a>
  29. <a href="5.html" target="tac">导航</a>
  30. </nav>
  31. <p>xcvvcxvxcvxcvxcv</p>
  32. <span>xcxcccccccc</span>
  33. </div>
  34. <div>
  35. <iframe src="2.html" name="tac"></iframe>
  36. </div>
  37. </body>
  38. </html>

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