main.html

来自「webserver」· HTML 代码 · 共 27 行

HTML
27
字号
 <html><head><title>main</title>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content=no-cache http-equiv=pragma>

<style type="text/css">
<!--
.STYLE1 {
	color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}
.STYLE2 {color: #0000FF; font-family: "Times New Roman", Times, serif; font-size: medium; font-weight: bold; }
.STYLE3 {color: #0000FF; font-family: "Times New Roman", Times, serif; font-size: xx-large; font-weight: bold; }
-->
</style>
</head>
<body>
<center>
   <p class="STYLE2">产品型号:</p>
   <p class="STYLE1">&nbsp;</p>
   <p class="STYLE3">iPid</p>
  
</center>
</body>
</html>

⌨️ 快捷键说明

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