网页

\(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笔记
posted @ 2025-10-23 08:53  Bertidurlah  阅读(3)  评论(0)    收藏  举报