谁能帮我做一个网页, 我要交作业, 谢谢了!!!

来源:百度知道 编辑:UC知道 时间:2024/06/24 22:19:25

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>

<style type="text/css">
body{
font-size:12px;
}
.main{width:1000px;/* 总的宽度 */
background:yellow;
}
.main .col-1{
float:left;/* 这个是关键的地方 让col1往左浮动,这样它的后面(右边)就可以放置别的元素(别的元素:可以是div,图片,文字等) */
width:100px;height:300px;
background:#fff;border:1px dashed #FF6600;
border:5px dotted;
}
.main .col-2{
float:l