Phong cách cá nhân
<h2>Phong cách cá nhân</h2>
<form action="https://formsubmit.co/ninida.vn@gmail.com" method="POST">
<label>Họ tên:</label><br>
<input type="text" name="name" required><br><br>
<label>Email:</label><br>
<input type="email" name="email" required><br><br>
<label>Số đo (ngực - eo - mông):</label><br>
<input type="text" name="sodo"><br><br>
<label>Phong cách yêu thích:</label><br>
<select name="style">
<option value="Nữ tính">Nữ tính</option>
<option value="Thanh lịch">Thanh lịch</option>
<option value="Cá tính">Cá tính</option>
<option value="Tối giản">Tối giản</option>
</select><br><br>
<label>Ghi chú thêm:</label><br>
<textarea name="note" rows="4" cols="40"></textarea><br><br>
<button type="submit">Gửi thông tin</button>
</form>