感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!doctype:html>
<html>
<head>
<meta charset="utf-8">
<title>test</title>
</head>
<body>
<div style="width:300PX">
<div id="header" style="background-color:gray">
<h1 style="color:#ffffff; font-size:18px;margin-bottom:0">this is the header</h1>
</div>
<div id="menu" style="background-color:#FFD700; height:100px; width:20%; float:left">
<b>menu1<br \>menu2<br \>menu3</b>
<div id="content" style="background-cOLOR:#FFD7FF; height:100px;width:80%; float:left">
<p>
this is the contents
</p>
<div id="copyright" style="background-color:gray;width:100%">
code by zeeedo
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
输入 CSS 代码……