Blogger Information
Blog 3
fans 0
comment 1
visits 766
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
简单的后台布局:a.larget与iframe.name的简单应用
P粉454177820
Original
251 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. </head>
  9. <body>
  10. <header>
  11. <h1>网站后台管理系统<small>(v1.0)</small></h1>
  12. <section>
  13. <em>admin</em>
  14. <button onclick="">退出</button>
  15. </section>
  16. </header>
  17. <nav>
  18. <a href="" target="ck">a</a>
  19. <br>
  20. <a href="" target="ck">b</a>
  21. <br>
  22. <a href="" target="ck">c</a>
  23. <br>
  24. <a href="" target="ck">d</a>
  25. <br>
  26. <a href="" target="ck">e</a>
  27. </nav>
  28. <iframe srcdoc="这是后台首页呀" name="ck" frameborder="1"></iframe>
  29. </body>
  30. </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