商品.htm

来自「进销存网站源码 如有需要请联系」· HTM 代码 · 共 69 行

HTM
69
字号
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../common/style.css" media="screen"/>
<title>新建网页 1</title>
</head>

<body>
<h2>
	商品</h2><table border="1" width="100%" id="table3">
			<tr>
				<th>商品类别</th>
				<td width="297"><input type="text" name="T3" size="11" value="冰箱"></td>
			</tr>
			<tr>
				<th>商品编号</th>
				<td width="297"><input type="text" name="T4" size="11"></td>
			</tr>
			<tr>
				<th>商品名称</th>
				<td width="297"><input type="text" name="T5" size="11"></td>
			</tr>
			<tr>
				<th>商品价格</th>
				<td width="297"><input type="text" name="T6" size="11"></td>
			</tr>
			<tr>
				<th height="27">商品重量</th>
				<td height="27" width="297"><input type="text" name="T7" size="11"></td>
			</tr>

			<tr>
				<th height="21">商品体积</th>
				<td height="21" width="297"><input type="text" name="T8" size="11"></td>
			</tr>

			<tr>
				<th height="27">镜头(个性化属性s1)</th>
				<td width="297"><input type="text" name="T9" size="11"></td>
			</tr>

			<tr>
				<th height="21">像素(个性化属性s2)</th>
				<td width="297"><input type="text" name="T10" size="11"></td>
			</tr>

			<tr>
				<th>商品简介</th>
				<td width="297"><textarea rows="14" cols="55" name="S2"></textarea></td>
			</tr>

			<tr>
				<th>商品详请</th>
				<td width="297"><textarea rows="16" cols="55" name="S1">HTML编辑框</textarea></td>
			</tr>

			</tr>
		</table>
		
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" value="保存" name="B9"></p>
		
<p> </p>
		
</body>

</html>

⌨️ 快捷键说明

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