mình mới học về html, làm theo bài tập nhưng sao khi ra kết quả thì nó lộn tùng phèo hết, xin chỉ giáo:
<html>
<head>
<title>Chân trời tri thức - Internet today </title>
</head>
<body>
<form>
<h3>Using Form</h3>
<hr>
<b>Hãy nhập vào các thong tin cần thiết:</b><br>
Họ và tên:
<input type=”text” name=”Họ và tên”>
Giới tính:
<input type=”radio” name=”giới tính” value=”nam”>Nam (ở đây chọn 1 trong 2, nam hoặc nữ)
<input type=”radio” name=”giới tính” value=”nữ”>Nữ<br>
Nơi ở:
<input type=”text” name=”Nơi ở”>
Thành phố:
<select multiple>
<option =”Da Nang”>
<option =”Khanh Hoa”></select><br>
Mật khẩu:
<input type=”password” name=”Mat khau”><br>
Thông tin thêm
<textarea></textarea>
<input type=”submit” value=”submit”>
<input type=”reset” value=”reset”>
</form>
</body>
</html>
<html>
<head>
<title>Chân trời tri thức - Internet today </title>
</head>
<body>
<form>
<h3>Using Form</h3>
<hr>
<b>Hãy nhập vào các thong tin cần thiết:</b><br>
Họ và tên:
<input type=”text” name=”Họ và tên”>
Giới tính:
<input type=”radio” name=”giới tính” value=”nam”>Nam (ở đây chọn 1 trong 2, nam hoặc nữ)
<input type=”radio” name=”giới tính” value=”nữ”>Nữ<br>
Nơi ở:
<input type=”text” name=”Nơi ở”>
Thành phố:
<select multiple>
<option =”Da Nang”>
<option =”Khanh Hoa”></select><br>
Mật khẩu:
<input type=”password” name=”Mat khau”><br>
Thông tin thêm
<textarea></textarea>
<input type=”submit” value=”submit”>
<input type=”reset” value=”reset”>
</form>
</body>
</html>