公司主页设计

<!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"> &nbsp; &nbsp; &nbsp; &nbsp; 新闻事件 &nbsp; &nbsp;| &nbsp;科学怪咖 &nbsp;| 中国加油 &nbsp;| &nbsp;武汉加油 &nbsp;| &nbsp;金城英才 </td>
</tr>
<tr>
<td width="1000">
<img src="banner.png" width="1000">
</td>
</tr>
<tr>
<td align="right" background="bottom.gif">
版权所有&nbsp;&nbsp;精致侵权
</td>
</tr>
</table>
</body>
</html>

原文地址:https://www.cnblogs.com/startl/p/12407621.html