Blogger Information
Blog 19
fans 0
comment 1
visits 7441
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1019作业
移动用户-4050479
Original
368 people have browsed it
  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>

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:作业中也可以添加一些自己的理解和总结,继续加油
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post