Blogger Information
Blog 7
fans 1
comment 5
visits 4649
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
制作一个简易的后台首页
Dusk的博客
Original
984 people have browsed it

<!DOCTYPE html>
<html>
 <head>
  <meta charset="UTF-8">
  <title></title>
  <style>
   iframe{
    float: right;
  
    padding-top: 0px;
   }
  </style>
 </head>
 <body>
  <h2>后台管理</h2>
  <ul style="float: left;">
   <li><a href="inform.html"target="_search">首页管理</a></li>
      <li><a href="new.html"target="_search">商品管理</a></li>
   <li><a href="table.html"target="_search">表格分析</a></li>
   
  </ul>
  <iframe srcdoc="<h3>后台管理系统</h3>" width="800" height="500" name="search" frameborder="1"></iframe>
  
 </body>
</html>

Correction status:Uncorrected

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