呵呵,07年第一个网页。还是继承我喜欢的简介的风格。有兴趣了我会美化下的,现在就算个架子吧。有很多代码写的乱七八糟。没办法,技术还不到家。。主要还有个问题没有解决。就是为什么Google不能直接搜索我的网站,而是还要点一下,如果大家乐意就告诉下我吧。
<!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>Index</title>
<style type="text/css">
<!--
.STYLE1 {font-size: xx-large}
#Layer1 {
position:absolute;
width:524px;
height:285px;
z-index:1;
left: 10px;
top: 109px;
}
.STYLE5 {font-size: small}
-->
</style>
</head>
<body>
<p class="STYLE1">Title</p>
<table width="470" border="0">
<tr>
<th width="150" scope="col"><a href="http://leaf.blog.itchina8.com">Index</a></th>
<th width="152" scope="col"><a href="http://leaf.blog.itchina8.com">Forum</a></th>
<th width="154" scope="col"><div align="center"><a href="http://leaf.blog.itchina8.com">about us</a> </div></th>
</tr>
</table>
<hr>
<p> </p>
<div class="STYLE1" id="Layer1">
<form method=get action="http://www.google.com/search">
<p>
<input type="hidden" name="ie" value="GB2312" />
<input type="hidden" name="oe" value="GB2312" />
<input type="hidden" name="hl" value="zh-CN" />
<input type="hidden" name="domains" value="hackway.cn" />
</p>
<p> </p>
<p>
<input type="text" name="q2" size="45" maxlength="255" value="" />
<select name="t">
<option type=radio name=sitesearch value="">Google Search</option>
<option type=radio name=sitesearch value="hackway.cn" checked>Site search(暂未开发)</option>
</select>
<input type=submit name=btnG value="search">
</p>
</form><hr>
<span class="STYLE5">Copyright © <a href="http://blog.csdn.net/fallingleaf">fallingleaf</a> 2007-2008 All rights Reserved</span></div>
</body>
</html>
看完了一定要告诉我哪里不好哦