console
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<a href="https://jsrun.net/KpnKp/embedded/result/custom" target="_break">首页</a>
<a href="https://jsrun.net/ppnKp/embedded/result/custom" target="_break">图片回忆</a>
<a href="https://jsrun.net/kpnKp/embedded/result/custom" target="_break">视频回忆</a>
<a href="https://jsrun.net/YpnKp/embedded/result/custom" target="_break">新闻</a>
<a href="https://jsrun.net/ipnKp/embedded/result/custom" target="_break">每月总结</a>
<h1>七(2)班的伪官网-首页</h1>
<h2>老师名单</h2>
<div>
<table border="3">
<tr>
<th>数学</th>
<th>语文</th>
<th>英语</th>
<th>生物</th>
<th>地理</th>
<th>历史</th>
<th>道法</th>
</tr>
<tr>
<td>郭涛</td>
<td>张可佳</td>
<td>谢思琪</td>
<td>丘佳妮</td>
<td>梁瑶瑶</td>
<td>吴海滨</td>
<td>杨瑶伊</td>
</tr>
</div>
<div id="apple">
<p style="color:green;">作者:陈芃宇</p>
</div>
</body>
</html>
body{
text-align: center;
background-color:beige;
margin: 0;
padding: 0;
}
table{
margin: 0 auto;
border-color: darkgreen;
background-color:coral;
font-size:50px;
}
#title{
color:rgb(187, 255, 0);
font-size:50px;
}
h1{
color:brown;
font-size:50px;
}h2{
color: darkseagreen;
font-size:50px;
}
div{
border-style:dashed;
border-color:yellow;
background-color: lightsalmon;
}
#apple{
background-color: brown;
position: fixed;
bottom: 0;
min-width: 100%;
border: none;
}
a{
text-decoration: none;
font-size:30px;
color: cornflowerblue;
}