anthor.asp
来自「这是一个用ASP写的在线考试系统.特别一点 就是考试试卷有两种考法,一种为系统」· ASP 代码 · 共 49 行
ASP
49 行
<html>
<head>
<title>无标题文档</title>
<style type="text/css">
<!--
.style1 {
color: #3333FF;
font-size: 18px;
}
.style2 {
color: #6699FF;
font-size: 16px;
}
-->
</style>
</head>
<body>
<TABLE width="0" border=0 align=center cellPadding=2 cellSpacing=1
bgColor=#d2ebff class="Xsmall" >
<tr>
<td height="24"> </td>
<td bgcolor="#FFFF00"><span class="style1">尊敬的用户,你好!</span></td>
<td> </td>
</tr>
<tr>
<td height="18"> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="279"> </td>
<td align="center" bgcolor="#FFCCFF"><p class="style2">欢迎你使用第二小组制作的软件</p>
<p class="style2">如果在使用中遇到什么不懂的</p>
<p class="style2">问题或有什么更好的建议可以</p>
<p class="style2">随时和我们联系,联系方式</p>
<p class="style2">邮箱: hgoiahgo@126.com</p>
<p class="style2">QQ:1234567</p>
<p class="style2"> </p>
<p class="style2">最后感谢你对我们的关注!!!</p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?