|
然后自己鼓捣了一下感觉学了点东西做的玩意比以前还是好看一些
不晓得梦殇国际爆吧社区的有木有也要学
web动态网页设计的
拱了一个css
两个个表格
效果预览:https://www.714.hk/msi/msi.html
代码如下:
- <!doctype html>
- <html lang="en">
- <style type="text/css">
- a:link,a:visited{
- text-decoration:none; /*超链接无下划线*/
- }
- a:hover{
- text-decoration:underline; /*鼠标放上去有下划线*/
- }
- </style>
- <head>
- <meta charset="UTF-8">
- <meta name="Generator" content="EditPlus®">
- <meta name="Author" content="阿星">
- <meta name="Keywords" content="梦殇国际,爆吧,爆吧社区,爆吧器,拆吧器,盖楼机,召唤机,自动签到,一键签到">
- <meta name="Description" content="梦殇国际爆吧娱乐,专业百度贴吧周边服务,计算机网络交流">
- <title>感谢使用 - 梦殇国际</title>
- </head>
- <body bgcolor="#990033">
- <div align="center">
- <a href="https://www.714.hk"><font size=7 color=white face=隶书>梦殇国际爆吧娱乐社区</font></a>
- </div>
- <hr color=white border="2">
- <table width="960" border="0" align="center">
- <tr>
- <th width="120" scope="col"><br>
- <strong><a href="https://www.714.hk"><font color=white>本站首页</a></strong></th>
- <th width="120" scope="col"><br>
- <strong><a href="https://www.714.hk/forum.php?gid=39"><font color=white>贴吧工具</font></a></strong></th>
- <th width="120" scope="col"><br>
- <strong><a href="https://www.714.hk/forum.php?gid=43"><font color=white>电脑综合</font></a></strong></th>
- <th width="120" scope="col"><br>
- <strong><a href="https://www.714.hk/forum.php?gid=135"><font color=white>学习交流</font></a></strong></th>
-
- <th width="120" scope="col"><br>
- <strong><a href="https://www.714.hk/forum.php?gid=52"><font color=white>分团版块</font></a></strong></th>
- <th width="120" scope="col"><br>
- <strong><a href="https://www.714.hk/msi-9798-1-1.html"><font color=white>新人必备</font></a></strong></th>
- <th width="120" scope="col"><br>
- <strong><a href="https://www.714.hk/forum.php?mod=post&action=newthread&fid=117"><font color=white>问题咨询</font></a></strong></th>
- <th width="120" scope="col"><br>
- /*这里是QQ联系方式*/</th>
- </tr>
- </table>
- </br>
- <center>
- <table>
- <tr>
- <td>1</td>
- <td>2</td>
- <td>3</td>
- </tr>
- </table>
- /*这里是云推荐内容*/
- </center>
- </body>
- </html>
复制代码
|
|