Trích dẫn Gửi bởi chauvinhloi Xem bài viết
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.
Em đọc mấy topic của anh và em thấy a bá đạo quá.
Em góp ý với a chú xíu.
A nên đọc qua về HTML và CSS để code cho nhẹ webserver nhé.
Theo cách viết này của anh thì các vấn đề về style sẽ load bị nặng đó. A nên viết file css riêng và HTML riêng. Khi web load thì chỉ load css 1 lần thôi.
Gửi a và mọi người về 1 bài css căn bản http://sinhvienit.net/@tut/thiet-ke-web-tinh/css/
Chúc a và mọi người pro hơn nữa về webserver s7 1200