Còn nếu bạn muốn làm 2 dòng input này ẩn đi, bạn có thể kết hợp css hay đơn giản thêm vào thuộc tính style="display: none"
Cụ thể code của bạn mình sửa lại như sau, đã test ok:

<!-- AWP_In_Variable Name='"Start"' -->
<!-- AWP_In_Variable Name='"Stop"' -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>


<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>thunghiem</title>
</head>
<body>
<center>
<table width="200" border="1">
<tr>
<th scope="col">
<form method="post" action="">


<input type="text" name='"Start"' value="1" style="display: none">
<input type="text" name='"Stop"' value="0" style="display: none">
<input type="submit" value="Start" style="height: 30px; width: 100px">
</form>
</th>
<th scope="col">
<form method="post" action="">
<input type="text" name='"Stop"' value="1" style="display: none">
<input type="text" name='"Start"' value="0" style="display: none">
<input type="submit" value="Stop" style="height: 30px; width: 100px">
</form>
</th>
</tr>
</table>
</center>


</body>
</html>

Lưu ý 2 tag Start và Stop bạn không dùng ngõ vào I nhé.
Chúc bạn thành công.