⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zhuyexianshi.asp

📁 基于WEB页面的新闻发布系统+毕业论文:实现新闻的显示
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>主页显示</title>
<style type="text/css">
<!--
body {
	background-color: #33FFFF;
}
.style1 {
	font-size: 36px;
	font-weight: bold;
}
.style2 {font-size: 18px}
.style3 {font-size: 24px}
-->
</style></head>

<body>
<div align="center" class="style1">
  <p>&nbsp;</p>
  <p>新 闻 摘 要</p>
  <p>&nbsp;</p>
  <table width="500" height="60" border="0">
    <tr>
      <th width="245" scope="col"><a href="ylliebiao.asp">娱乐资讯</a></th>
      <th width="245" scope="col"><a href="ttliebiao.asp">体坛动态</a></th>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p class="style2">~~欢~~迎~~光~~临~~ </p>
  <p align="right" class="style2"> 新闻报时:<%=(now)%></p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -