一个简单的网页
<!DOCTYPE html>
<html>
<head>
<title>GOOD</title>
<meta charset='gb2313'>
</head>
<body>
<h1 align='center'>How are you?</h1>
<hr size='5' color='blue'/>
<table border="1" width='1000'>
<tr>
<td colspan="2">
<p align='center'>
<font size='5' color='green'>
欢迎你来玩玩~
</font>
</p>
<p>
<b>你可以在这里了解到:</b>
</p>
<ol>
<li>无聊的生活</li>
<li>冷知识的分享</li>
<li>肚子胀气的解决方法</li>
</ol>
<p>
<b>常用链接:</b>
<i><a href='http://www.yuque.com/mugpeng' target='_blank'>Peng</a></i>
</p>
<p>
<b>联系我们:</b>
<br/>
<br/>
联系人:Peng
<br/>
联系电话:12345
<br/>
</p>
</td>
</tr>
</table>
</body>
</html>
- 通过html 与perl(cgi模块) 实现交互
首先完成cgi 网页的设计
接着通过perl 实现交互
还需要安装apache 程序,并设置好public html 和cgibin文件夹,才能通过apache 设置实现网页交互。