📄 addcar.jsp
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page language="java" contentType="text/html; charset=gb2312"
pageEncoding="gb2312"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: 12px;
font-weight: bold;
}
.STYLE2 {
font-size: 24px;
font-weight: bold;
color: #330033;
}
-->
</style>
</head>
<body>
<form action="carCheck.jsp" method="post">
<caption align="top">
<div align="center"><span class="STYLE2">添加汽车信息表单</span>
</caption>
</div>
<table width="685" height="317" border="1" align="center" bordercolor="#999999" bgcolor="#CCCCCC">
<tr>
<td width="125"><span class="STYLE1">汽车品牌</span></td>
<td width="544"><input type="text" name="brandname"></td>
</tr>
<tr>
<td><span class="STYLE1">汽车型号</span></td>
<td><input type="text" name="type"> <input type="checkbox" name="commend" value="是"checked>
<strong>推荐</strong></td>
</tr>
<tr>
<td><span class="STYLE1">单价</span></td>
<td><input type="text" name="price"></td>
</tr>
<tr>
<td><span class="STYLE1">生产日期</span></td>
<td><input type="text" name="prodtime"></td>
</tr>
<tr>
<td><span class="STYLE1">制造商</span></td>
<td><input type="text" name="manufacturer"></td>
</tr>
<tr>
<td height="31" colspan="2 align="left"><span class="STYLE1">汽车概述</span></td>
</tr>
<tr>
<td colspan="2 align="left"><center><textarea rows="10" cols="85" name="introduction"></textarea></center></td>
</tr>
<tr>
<td><span class="STYLE1">汽车图片路径:</span></td>
<td><input type="text" name="cover"> <input type="submit" name="submit" value="完成"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -