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

📄 layout.html

📁 一个酒店房间登记系统
💻 HTML
字号:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>layout.html</title>
    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=gb2312">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
    
    <!-- #090094 原来的颜色--> 
    <style>  
<!--  
a:link    { color: white; text-decoration: none;font-size: 13px;} 
a:visited { color: white; text-decoration: none;font-size: 13px;}
a:hover   { color: #FF0000; text-decoration: underline;font-size: 13px;}
a:active  { color: white; text-decoration: none;font-size: 13px;}

-->  
</style>  
    
  </head>
  
  <body bgcolor="green">
    <center><!-- 页面顶部 --><!--top-->
	 
    
    <style type="text/css">
<!--
.STYLE11_right {
	color: #010066;
	font-weight: bold;
	font-size: 12pt;
}
.STYLE22_right {
	font-size: 10pt;
	color: #0A0095;
}
.STYLE33_right {font-size: 9pt}

.top_border {
	border: 1px solid #000000;
	line-height: 20px;
	font-size: 12px;
}
.top_border a:link 	  { color: #000000; text-decoration: none; font-size: 12px;  }
.top_border a:visited { color: #000000; text-decoration: none; font-size: 12px;  }
.top_border a:hover   { color: #000000; text-decoration: underline; font-size: 12px;  }
.top_border a:active  { color: #000000; text-decoration: none; font-size: 12px;  }



.top_top2 a:link    { color: #000000; text-decoration: none; font-size: 12px;  }
.top_top2 a:visited { color: #000000; text-decoration: none; font-size: 12px;  }
.top_top2 a:hover   { color: #000000; text-decoration: underline; font-size: 12px;  }
.top_top2 a:active  { color: #000000; text-decoration: none; font-size: 12px;  }


.top_top {
	font-family: "宋体";
	font-size: 9pt;
	color: #090094;
	text-decoration: none;
}
.top_top a:link    { color: #090094; text-decoration: none;}
.top_top a:visited { color: #090094; text-decoration: none;}
.top_top a:hover   { color: #FF0000; text-decoration: underline;}
.top_top a:active  { color: #090094; text-decoration: none;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style><IMG src="images/lo1.gif"/> <a href="introduce.jsp" target="mainFrame">首页</a>|
<a href="general.jsp" target="mainFrame">基本情况</a>|
<a href="roomdetail.jsp" target="mainFrame">详细情况</a>| 
<a href="checkout.jsp" target="mainFrame">退房&换房 </a>|
<a href="combinQuery.jsp" target="mainFrame">客人查询</a>|
<a href="" target="mainFrame">酒店服务介绍</a>|
<a href="" target="mainFrame">酒店特色</a>|
<a href="" target="mainFrame">网站地图</a>|
  </body>
</html>

⌨️ 快捷键说明

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