1. 程式人生 > >製作html簡易個人主頁

製作html簡易個人主頁

<!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=utf-8" />
<!--網頁頭部-->
<title>我的主頁</title>
</head>

<!--body部分為網頁顯示內容-->
<body background="image/2.jpg" bgproperties="fixed">
<!--標題-->
<h1><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 個人主頁</strong></h1>
<table width="89%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><th width="243" height="50" align="center" valign="middle" bgcolor="#66FF00"><h3>我的主頁</h3></th>
<td width="277" height="50" align="center" valign="middle" bgcolor="#66FF33"><h3>個人簡介</h3></td>
<td width="268" height="50" align="center" bgcolor="#66FF66"><h3>個人愛好</h3></td>
    <td width="204" height="18" align="center" bgcolor="#66FF99"><h3>未來展望</h3></td>
</tr>
</table>
<table width="89%" height="418" border="0" align="center">
  <tr>
    <td colspan="2" align="center"><font color="#FF9933" size="+2"><b>個人簡介</b></font></td>
    <td width="163">&nbsp;</td>
    <td width="205" rowspan="3"><a href="school.html"  target="_blank"><img src="image/1.jpg" /></a></td>
  </tr>
  <tr>
    <td height="282" colspan="3"><p class="style3">姓名:***</p>
        <p class="style3">學校: ****</p>
    <p class="style3">生平:。</p></td>
   
  </tr>
  <tr>
    <td width="121" height="50">友情連結</td>
    <td width="477"><a href=""  target="_blank">QQ空間</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.cn/"  target="_blank">大學</a></td>
    <td>&nbsp;</td>
   
  </tr>
  <tr>
    <td height="44" colspan="4" align="center">&copy;CopyRight 2005-2011 www.itzcn.com AllRights Reserved</td>
  </tr>
</table>
</body>
</html>