Notes
Notes - notes.io |
<html lang="vi">
<head>
<meta charset="UTF-8">
<title>Đăng Ký Thành Viên</title>
<style>
/* Khung viền bao quanh toàn bộ form giống như trong đề bài */
.form-container {
border: 2px solid #000000;
width: 500px;
margin: 20px auto;
padding: 20px;
font-family: Arial, sans-serif;
}
/* Tiêu đề ĐĂNG KÝ THÀNH VIÊN */
.title {
text-align: center;
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
}
/* Cấu trúc căn lề các dòng */
table {
width: 100%;
}
td {
padding: 5px;
}
.label {
width: 40%;
text-align: left;
}
input[type="text"], input[type="password"], input[type="email"] {
width: 90%;
}
.buttons {
text-align: center;
margin-top: 15px;
}
.buttons input {
padding: 5px 15px;
margin: 0 10px;
}
</style>
</head>
<body>
<div class="form-container">
<div class="title">ĐĂNG KÝ THÀNH VIÊN</div>
<form action="#" method="POST">
<table>
<tr>
<td class="label">Họ Tên (*)</td>
<td><input type="text" name="txtHoTien" required></td>
</tr>
<tr>
<td class="label">Tên Đăng Nhập (*)</td>
<td><input type="text" name="txtTenDangNhap" required></td>
</tr>
<tr>
<td class="label">Mật Khẩu (*)</td>
<td><input type="password" name="txtMatKhau" required></td>
</tr>
<tr>
<td class="label">Xác nhận mật khẩu (*)</td>
<td><input type="password" name="txtXacNhanMK" required></td>
</tr>
<tr>
<td class="label">Giới tính:</td>
<td>
<input type="radio" name="gioitinh" value="Nam" id="nam"> <label for="nam">Nam</label>
<input type="radio" name="gioitinh" value="Nữ" id="nu"> <label for="nu">Nữ</label>
</td>
</tr>
<tr>
<td class="label">Email:</td>
<td><input type="email" name="txtEmail"></td>
</tr>
<tr>
<td class="label">Địa Chỉ</td>
<td><input type="text" name="txtDiaChi"></td>
</tr>
<tr>
<td class="label">Thông Tin Điều Khoản</td>
<td><a href="#">Đọc điều khoản</a></td>
</tr>
<tr>
<td></td>
<td>
<input type="checkbox" name="chkDongY" id="dongy">
<label for="dongy">Tôi chấp nhận điều khoản</label>
</td>
</tr>
</table>
<!-- Hai nút bấm ở cuối form -->
<div class="buttons">
<input type="submit" value="Đăng Ký">
<input type="reset" value="Hủy">
</div>
</form>
</div>
</body>
</html>
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team
