表单增删改课堂案例
<html>
<head>
<meta charset="utf-8">
<title>dingdan</title>
<style type="text/css">
body{
font-size:13px;
line-height:25px;
}
table{
border-top: 1px solid black;
border-left: 1px solid black;
width:400px;
}
td{
border-right: 1px solid black;
border-bottom: 1px solid black;
text-align:center;
}
.title{
font-weight:bold;
background-color: whitesmoke;
}
input text{
width:100px;
}
</style>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" id="order">
<tr class="title">
<td>商品名称</td>
<td>数量</td>
<td>价格</td>
<td>操作</td>
</