感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!doctyep html>
<html>
<head>
<style>
/*
*{border:1px solid red;height:20px}
*/
/*胡宇头部 header*/
header{height:150px;background:#ABCDEF}
nav{height:30px;background:#ff9900;margin-top:100px}
nav ul li{width:100px;height:30px;float:left;line-height:30px}
/*胡宇中间 div */
div{margin-top:10px;height:700px;}
section{height:700px;background:#ABCDEF;width:70%;float:left}
article{background:#F90;width:400px;margin:0 auto;text-align:center}
aside{height:700px;background:#ABCDEF;width:28%;float:right}
/*胡宇底部 footer*/
footer{height:100px;background:#ABCDEF;clear:both;margin-top:10px;}
</style>
</head>
<body>
<header>
<p>这是胡宇最重要的部分</p>
<nav>
<ul>
<li>年胡宇</li>
<li>楞胡宇</li>
<li>傻胡宇</li>
<li>砍胡宇</li>
<li>糖胡宇</li>
</ul>
</nav>
</header>
<div>
<section>
<p> 这是胡宇最重要的部分</p>
<article>
<h2>胡宇</h2>
<p>
胡吃海塞年个泡,<br/>
宇众不同楞个泡,<br/>
吃喝拉撒糖个泡,<br/>
屎从嘴入砍个泡,<br/>
</p>
</article>
<hr/>
<h2>胡宇上学</h2>
太阳当空照,胡宇去学校。<br/>
小鸟说早早,你为什么当个年个泡。<br/>
<figure>
< figcaotion> 胡宇 </figcaotion>
<p>不明物体 huyu</p>
</figure>
<dt>DDS</dt>
<dd>大屌丝</dd>
<dialog>
<dt>胡宇说:旭哥你好帅!</dt>
<dd>我说:你好丑</dd>
<dt>胡宇说:哥你说的对。</dt>
</dialog>
</section>
<aside>
<p>这是胡宇最重要的部位</p>
<hgroup>
<h3>胡宇为什么会出现在女生宿舍</h3>
<h3>俩百头母猪为何死于胡宇手中</h3>
<h3>是人性的扭曲?</h3>
<h3>还是道德的沦丧!</h3>
</hgroup>
</aside>
</div>
<footer>
<small>对胡宇有意者均可致电</small>
</footer>
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
输入 CSS 代码……