百分百源码网-让建站变得如此简单! 登录 注册 签到领金币!

主页 | 如何升级VIP | TAG标签

当前位置: 主页>网站教程>html5教程> html怎样布局
分享文章到:

html怎样布局

发布时间:09/01 来源:未知 浏览: 关键词:
本篇文章主要介绍html怎样规划 ,感乐趣的伴侣参照 下,但愿对大家有所帮忙。

  1. p规划

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8">
<title></title>
<style>
body{margin: 0; padding: 0;}
#header{width:100%; height: 90px; background: #b19f9d; }
#nav{margin: 0 auto; width:70%; height: 90px; background: #fcf;}
.content{width: 950px; height: 900px; background: #847369; margin: 0 auto;}
.left{width:30%; height: 900px; background: #decfd4; float: left;}
.right{width: 70%; height: 900px; background: #b3a19d; float: left;}
footer{width:100%; height: 150px; background: #a8817a;}
</style>
</head>
<body>
<header id="header">
<nav id="nav">空空</nav>
</header>
<p class="content">
<p class="left"></p>
<p class="right"></p>
</p>
<footer></footer>
</body>
</html>

2.div规划

<!DOCTYPE html>  
<html>  
<head lang="en">  
    <meta charset="utf-8">  
    <title></title>  
    <style>  
        body{margin: 0; padding: 0;}  
        #header{width:100%; height: 90px; background: #b19f9d; }  
        #nav{margin: 0 auto; width:70%; height: 90px; background: #fcf;}  
        .content{width: 950px; height: 900px; background: #847369; margin: 0 auto;}  
        .left{width:30%; height: 900px; background: #decfd4; float: left;}  
        .right{width: 70%; height: 900px; background: #b3a19d; float: left;}  
        footer{width:100%; height: 150px; background: #a8817a;}  
    </style>  
</head>  
  
<body>  
    <header id="header">  
        <nav id="nav">空空</nav>  
    </header>  
    <div class="content">  
        <div class="left"></div>  
        <div class="right"></div>  
    </div>  
    <footer></footer>  
</body>      
</html>

3.table规划

<!DOCTYPE html>
<html>
<head lang="en">
	<meta charset="utf-8">
	<title></title>
	<style>
		
	</style>
</head>

<body marginheight="0px" marginwidth="0px">
	<table width="100%" height="950px" style="background-color:gray">
		<tr>
			<td colspan="2" width="100%" height="10%" style="background-color: aqua" ><td>
		</tr>
		<tr>
			<td  width="20%" height="80%" style="background-color: blue" ><td>
			<td  width="80%" height="80%" style="background-color: blue" ><td>
		</tr>
		<tr>
			<td colspan="2" width="100%" height="10%" style="background-color: black" ><td>
		</tr>
	
	</table>
</body>


</html>
<!DOCTYPE html>  
<html>  
<head lang="en">  
    <meta charset="utf-8">  
    <title></title>  
    <style>  
        body{
        	margin: 0 auto;
        }
        table{
        	width: 100%;
        	height: 950px;
        	background: gray;
        	}		#header{			width: 100%;			height: 10%;			background: aqua;			}		#content{			width: 100%;			height: 80%;			background: blue;		}/**假如这里的父元素定了高度,子元素就不要定高度,然后table标签的属性在样式里面是不通用**/		.content_left{			width: 30%;			background: #f60;		}		.content_right{			width: 70%;			background: #fcc;		}		#footer{			width: 100%;			height: 10%;			background: aqua;		}
    </style>  
</head>  
  
<body>  
    <table  cellspacing="0" cellpadding="0" border="0">  
        <tr id="header">  
            <td colspan="2"><td>  
        </tr>
        <tr id="content">  
            <td class="content_left"><td>  
            <td class="content_right"><td>  
        </tr>
        <tr id="footer">  
            <td colspan="2"><td>  
        </tr>  
    </table>  
</body>    
</html>

相关引荐:

问题:关于一个坛友的html规划实现_html/css_WEB-ITnose

HTML规划之运算器(div+css)_html/css_WEB-ITnose

,html规划的问题。_html/css_WEB-ITnose

以上就是html怎样规划 的具体内容,更多请关注百分百源码网其它相关文章!

打赏

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

百分百源码网 建议打赏1~10元,土豪随意,感谢您的阅读!

共有151人阅读,期待你的评论!发表评论
昵称: 网址: 验证码: 点击我更换图片
最新评论

本文标签

广告赞助

能出一分力是一分吧!

订阅获得更多模板

本文标签

广告赞助

订阅获得更多模板