<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="tect/html; charset=utf-8">
<title>学习js</title>
<style type="text/css">
#div1{
width: 100px;
float: left;
margin: 0;
padding: 0;
height: 400px;
background: #dffeee;
_margin-right:-3px;
}
#div2{
width: 100px;
float: right;
margin: 0;
padding: 0;
background: #BEC27D;
height:400px;
_margin-left:-3px;
}
#div3{
margin: 0 100px;
_margin: 0 97px;
padding: 0;
background: #dddeee;
height: 400px;
}
#div4{
clear: both; }
}
</style>
</head>
<body>
<p id="p1"></p>
<p id="p2"></p>
<div id="div1"></div>
<div id="div2"></div>
<div id="div3"></div>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-type" content="tect/html; charset=utf-8">
<title>学习js</title>
<style type="text/css">
#div1{
width: 100px;
float: left;
margin: 0;
padding: 0;
height: 400px;
background: #dffeee;
_margin-right:-3px;
}
#div2{
width: 100px;
float: right;
margin: 0;
padding: 0;
background: #BEC27D;
height:400px;
_margin-left:-3px;
}
#div3{
margin: 0 100px;
_margin: 0 97px;
padding: 0;
background: #dddeee;
height: 400px;
}
#div4{
clear: both; }
}
</style>
</head>
<body>
<p id="p1"></p>
<p id="p2"></p>
<div id="div1"></div>
<div id="div2"></div>
<div id="div3"></div>
</body>
</html>
本文详细介绍了学习JavaScript的方法和技巧,包括HTML、CSS、JavaScript等基础知识。
4919

被折叠的 条评论
为什么被折叠?



