搜索

导航测试一下

原创 2019-04-16 13:24:22 277
摘要:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> ul li{&
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
	ul li{ list-style:none; background-color:pink; width:100px; height:40px; text-align:center; margin:5px; float:left}
	
	.box{ width:200px; height:200px; background-color:#ccc; text-align:center; float:left}
	.clear{ clear:both}
</style>
<title>20190416</title>



</head>

<body>
<ul>
	<li>今天</li>
		<li>明天</li>
        	<li>后天</li>
            	<li>大后天</li>
                	<li>大大后天</li>
                    	<li>大大大后天</li>
</ul>
<div class="clear"></div>
<div class="box">早饭</div>
<div class="box">午饭</div>
<div class="box">晚饭</div>

</body>
</html>


批改老师:天蓬老师批改时间:2019-04-16 13:40:56
老师总结:<div class="box">早饭</div> <div class="box">午饭</div> <div class="box">晚饭</div> <div>标签中不要直接放文本,应该把文本放在<p>之类的文本标签中, 而不是在布局标

发布手记

热门词条