Ai
1 Star 0 Fork 0

邓伟华/htmlpro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
11.10demo2.html 1010 Bytes
一键复制 编辑 原始数据 按行查看 历史
dwh 提交于 2023-11-15 09:36 +08:00 . 增加部分教学笔记
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Document</title>
<style>
header,nav,section,aside,article,footer{
border: 1px solid red;
}
header{
height: 100px;
}
nav{
height: 40px;
}
section{
height: 300px;
position: relative;
}
aside{
width: 25%;
height: 300px;
position: absolute;
left: 0;
top:0;
}
article{
width: 75%;
height: 300px;
position: absolute;
left: 25%;
top: 0;
}
</style>
</head>
<body>
<header>头部</header>
<nav>导航栏</nav>
<section>
<aside>侧边栏</aside>
<article>
网页主体
</article>
</section>
<footer>
底部
</footer>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dwhcoder/htmlpro.git
git@gitee.com:dwhcoder/htmlpro.git
dwhcoder
htmlpro
htmlpro
master

搜索帮助