效果图
代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>欢迎访问《Web程序设计》 课程网站</title>
</head>
<body>
<div align="center">
<font size=7 color=black face="隶书">《Web程序设计》 课程网站</font>
<hr color=black border="2"><br>
<table width="500" border="0" align="center">
<tr>
<th width="120"scope="col"><br>
<strong><a href="home.htm">本站首页</a></strong></th>
<th width="120" scope="col"> <br>
<strong><a href="home.htm">教学大纲</a></strong></th>
<th width="120"scope="col"><br>
<strong><a href="home.htm">教学内容</a></strong></th>
<th width="120"scope="col"><br>
<strong><a href="home.htm">在线交流</a></strong></th>
<th width="120"scope="col"><br>
<strong><a href="home.htm">测试练习</a></strong></th>
</tr>
<table>
<br><br>
<form>
<right>请输入用户名和密码:
用户名:
<input type=text name="xm" size=10 value="">
密码:
<input type=text name="kl" size=10 value="" >
<input type=submit name="ok" value="提交">
<input type=reset name="mo" values="重置">
</right>
</form>
<br><br><br><br><textarea rows=20 cols=150 col=black >Internet现在已成为世界上最大的信息宝库,其网上的信息资源每时每刻都在增加和更新,面对如此丰富的信息资源,要解决的问题之一就是如何将企业的数据库与Web连接起来,实现Web与数据库的交互。当前实现Web与后台数据库服务器动态交互的技术主要有B/S,C</textarea>
</body>
</html>