Blogger Information
Blog 3
fans 0
comment 0
visits 1129
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
简单的后台管理系统
手机用户079579413
Original
421 people have browsed it

代码

<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>简单的小后台</title>
</head>
<body>
<!-- 头部 -->
<header>
<h1>网站后台管理系统 <small>(V.1.0)</small></h1>
<em>admin</em>
<button onclick="location.href='logout.php'">退出</button>
</header>
<!-- 导航 -->
<nav>
<a href="../1004/demo.html" target="content">元素属性</a>
<a href="../1004/demo.html" target="content">元素属性</a>
<a href="../1004/demo.html" target="content">元素属性</a>
<a href="../1004/demo.html" target="content">元素属性</a>
<a href="../1004/demo.html" target="content">元素属性</a>
<a href="../1004/demo.html" target="content">元素属性</a>
</nav>


<!-- 内容 -->
<iframe src="" frameborder="0" name="content"></iframe>
</body>
</html>

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:效果完成的不错,代码写在代码块里就更好了,还有,下次在https://www.php.cn/member/courses/work.html中提交作业
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