我叫王超然,是一名电脑爱好者,现在在新加坡留学上高一.我立志成为一名电脑人才,愿意在这里与大家一同分享我玩转电脑的心得.O-level华文考了A-One哈哈!
天气: 晴朗
心情: 高兴
Submit as tq2008a.zip
Your archive should include index.html, sitemap.html, about.html, style.css and other support files.
http://library.thinkquest.org/06aug/01010/collaboration.html
<html>
<head>
<link href="style.css"
rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="wrapper">
<div id="banner">
<h1>Climate Change<h1>
</div>
<div id="sidebar">
<p>Sidebar contents goes here</p>
</div>
<div id="content">
<p> They do something.</p>
<p>Para2</p>
<p><img src="shunjie.jpg" alt="shunjie"/><p>
<p>Para3</p>
<p><a href="http://www.google.com"/>google<p>
</div>
<div id="footer">
Copyright 2008
</div>
</div>
</body>
</html>
#banner{
background-color:blue;
}
#sidebar{
float:left;
width:200px;
}
#content{
float:left;
width:560px;
}
#footer{
clear:both;
font-size:0.8em;
text-align:center;
}
img{
position:relative;
left:0;
top:0;
}
a:link{
color:#FF0000;
background-cplor:#00FF00;
}
a:visited{
blue;
}
a:hover{
color:green
}
a:active{
green;
}
导入论坛查看(77)回复(0)引用(0)好评(0) 差评(0)
加入收藏
编辑
审核
TAG:
computing