<!DOCTYPE html>
<html>
<head>
<title>Chạy thử Type Submit trong thẻ BUTTON</title>
</head>
<body>
<h1>Chạy thử Type Submit trong thẻ BUTTON</h1>
<form method="POST" action="https://webmoi.vn/chay-thu-type-submit-trong-the-button/" >
<label for="hoten">Họ tên:</label>
<input type="text" id="hoten" name="txthoten"><br>
<button name="btngui" value="gui" type="submit">GỬI</button>
</form>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Chạy thử Type Submit trong thẻ BUTTON</title>
</head>
<body>
<h1>Chạy thử Type Submit trong thẻ BUTTON</h1>
<form method="POST" action="https://webmoi.vn/chay-thu-type-submit-trong-the-button/" >
<label for="hoten">Họ tên:</label>
<input type="text" id="hoten" name="txthoten"><br>
<button name="btngui" value="gui" type="submit">GỬI</button>
</form>
</body>
</html>