Blogger Information
Blog 35
fans 0
comment 0
visits 16735
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
基础后台+css基础演示
手机用户311660634
Original
327 people have browsed it
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  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>网站管理后台系统</title>
  8. <style>
  9. h1{
  10. color: red;
  11. }
  12. .blue{
  13. color: blue;
  14. }
  15. #green{
  16. color: green;
  17. }
  18. h4,h5,h6{
  19. color: yellow;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <header><h1>网站后台管理系统</h1></header>
  25. <section>
  26. <p>admin</p>
  27. <button onclick="location.href='logout.php'">退出</button>
  28. </section>
  29. <nav>
  30. <a href="./test.html" target="admin">课程表</a>
  31. <a href="./表单初试.html" target="admin">用户注册管理</a>
  32. <a href="./img/video/1.mp4" target="admin">视频管理</a>
  33. <a href="https://image.baidu.com/search/index?tn=baiduimage&ct=201326592&lm=-1&cl=2&ie=gb18030&word=%C3%C0%C5%AE&fr=ala&ala=1&alatpl=normal&pos=0&dyTabStr=MCwzLDIsMSw1LDgsNCw3LDYsOQ%3D%3D" target="admin">美女素材</a>
  34. <a href="./导航.html" target="admin">导航系统</a>
  35. </nav>
  36. <iframe srcdoc="欢迎来到管理系统" name="admin" style='width: 1500px; height: 200px; '></iframe>
  37. <div>
  38. <h1>一级</h1>
  39. <h2 class="blue">二级</h2>
  40. <h3 id="green">三级</h3>
  41. <h4>四级</h4>
  42. <h5>五级</h5>
  43. <h6>六级</h6>
  44. </div>
  45. </body>
  46. </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