index.html

来自「准备: 1、启动MS-SQL服务器; 2、运行“DBCreate_Mus」· HTML 代码 · 共 36 行

HTML
36
字号
<%@ page language="java" contentType="text/html;charset=gb2312" pageEncoding="GB18030"%>
<html>
<head>
<title>-- 欢迎光临音乐天堂!-- Welcome to MusicSky! --</title>
<bgsound src="Music/bg.mp3" loop="1">
<body background="IMAGES/bg05.gif" >
</head>

<table border="0" cellpadding="0" cellspacing="0" width="980" height="550">
	<!-- MSTableType="layout" -->
	<tr>	
		<td valign="top" width="725" height="75" colspan="2">
		<!-- MSCellType="ContentHead" -->
		<iframe name="head" scrolling="No" src="incoming/head.jsp" width="980" height="220">
		浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
	</tr>
	<tr>
		<td valign="top" width="210" height="235">
		<!-- MSCellType="NavBody" -->
		 <iframe name="left1" scrolling="No" width="200" height="217" src="incoming/leftlog.jsp">浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
		<td valign="top" width="800" height="425" rowspan="2">
		<!-- MSCellType="ContentHead2" -->
		 <iframe name="content" src="incoming/content.jsp" width="731" height="647">浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
	</tr>
	<tr>
		<td valign="top" width="210" height="243">
		<!-- MSCellType="NavBody" -->
		 <iframe name="leftsky" scrolling="No" src="incoming/leftsky.jsp" width="200" height="383">浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
	</tr>
	<tr>
		<td valign="top" width="725" height="50" colspan="2">
		<!-- MSCellType="ContentFoot" -->
		 <iframe name="tail" scrolling="No" src="incoming/tail.jsp" width="980" height="125">浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
	</tr>
</table>
</html>

⌨️ 快捷键说明

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