网页
\(10.23\)
点击查看代码
<!doctype html>
<html>
<head>
<title>我的网页!</title>
<script>
alert("欢迎")
</script>
</head>
<body bgcolor="#cccfff">
<p align="center">
<font size="30px">
欢迎来到我的网页!
<a href="http://www.cnblogs.com/Bertidurlah"target="_blank">zxy的博客</a>!
</font>
</p>
<div align="center">
<img src="01.jpg" width="50px" title="中南财">
<table border="2px"width="50%">
<th>文章类型</th><th>特点</th>
<tr>
<td align="center">游记</td><td>流水账</td>
</tr>
<tr>
<td align="center">论xxx</td><td>笔记</td>
</tr>
</table>
</div>
</body>
</html>
<!doctype html>
欢迎来到我的网页! zxy的博客!
| 文章类型 | 特点 |
|---|---|
| 游记 | 流水账 |
| 论xxx | 笔记 |

浙公网安备 33010602011771号