公司主页设计
<!doctype html>
<html>
<head>
<meta charset=”utf-8″>
<title>company</title>
<style type=”text/css”>
body,td,th {
font-style: normal;
font-weight: 100;
font-size: 16px;
color: #CB3033;
}
</style>
</head>
<body>
<table align=”center”>
<tr>
<td width=”1000″ height=”80″ bgcolor=”#100E0E”>
<img src=”logo.png” width=”128″ height=”90″ align=”absmiddle”> 新闻事件 | 科学怪咖 | 中国加油 | 武汉加油 | 金城英才 </td>
</tr>
<tr>
<td width=”1000″>
<img src=”banner.png” width=”1000″>
</td>
</tr>
<tr>
<td align=”right” background=”bottom.gif”>
版权所有 精致侵权
</td>
</tr>
</table>
</body>
</html>