<!DOCTYPE html>
<html>
<head>
<title>Chạy Thử Kiểu color trong thẻ INPUT</title>
</head>
<body>
<h1>Chạy Thử Kiểu color trong thẻ INPUT</h1>
<p>Thẻ này dùng để chọn màu sắc:</p>
<form method="POST" action="">
<label for="mausac">Màu sắc</label>
<input type="color" name="chonmausac" id="mausac" value="#ff0000">
<input type="submit" name="gui" value="GỬI">
</form>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Chạy Thử Kiểu color trong thẻ INPUT</title>
</head>
<body>
<h1>Chạy Thử Kiểu color trong thẻ INPUT</h1>
<p>Thẻ này dùng để chọn màu sắc:</p>
<form method="POST" action="">
<label for="mausac">Màu sắc</label>
<input type="color" name="chonmausac" id="mausac" value="#ff0000">
<input type="submit" name="gui" value="GỬI">
</form>
</body>
</html>