关于div+css的问题,求教,那两串代码分别填写到哪里?<head></head>里还是<body></body>还是哪里?
body{font-family:Verdana;font-size:14px;margin:0;}#container{margin:0auto;width:100%;...
body { font-family:Verdana; font-size:14px; margin:0;}
#container {margin:0 auto; width:100%;}
#header { height:100px; background:#9c6; margin-bottom:5px;}
填写到<head></head>里面还是body里面
还有这段代码。<div id="container">
<div id="header">This is the Header</div>
<br class="clearfloat" /> 展开
#container {margin:0 auto; width:100%;}
#header { height:100px; background:#9c6; margin-bottom:5px;}
填写到<head></head>里面还是body里面
还有这段代码。<div id="container">
<div id="header">This is the Header</div>
<br class="clearfloat" /> 展开
2个回答
展开全部
body { font-family:Verdana; font-size:14px; margin:0;}
#container {margin:0 auto; width:100%;}
#header { height:100px; background:#9c6; margin-bottom:5px;}
这一串代码在写在<head></head>
需要这样写<style>
body { font-family:Verdana; font-size:14px; margin:0;}
#container {margin:0 auto; width:100%;}
#header { height:100px; background:#9c6; margin-bottom:5px;}
</style>
<div id="container">
<div id="header">This is the Header</div>
<br class="clearfloat" />
放在body中
#container {margin:0 auto; width:100%;}
#header { height:100px; background:#9c6; margin-bottom:5px;}
这一串代码在写在<head></head>
需要这样写<style>
body { font-family:Verdana; font-size:14px; margin:0;}
#container {margin:0 auto; width:100%;}
#header { height:100px; background:#9c6; margin-bottom:5px;}
</style>
<div id="container">
<div id="header">This is the Header</div>
<br class="clearfloat" />
放在body中
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询