header.htm

来自「一个用MYECLIPSE开发的网上购物系统。 基本功能都已经实现」· HTM 代码 · 共 29 行

HTM
29
字号
<HTML>
<HEAD>
<TITLE>PetStore</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
	background-image:  url(images/09bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9900CC;
}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 36px; color: #9900CC; }
-->
</style>
<table width="100%" height="104" border="0">
  <tr>
    <td width="16%" height="100">&nbsp;</td>
    <td width="67%" class="style3"><div align="center"><em>PetStore</em></div></td>
    <td width="17%"><div align="center"><span class="style1">welcome to my webSite ! </span></div></td>
  </tr>
</table>
<p>&nbsp;</p>

⌨️ 快捷键说明

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