Mn ơi, em có 1 đoạn code như sau:
<form action="mailto:[email protected]" method="post">
<fieldset>
<legend>Comments</legend>
Name: <input type="text" name="GuestsName" value placeholder="Your Name" size="40"><br><br>
E-mail: <input type="text" name="GuestsMail" value placeholder="Your E-mail" size="40"><br><br>
Comments: <textarea value placeholder="Type your comments ...." name="cmt" rows="5" cols="50"></textarea>
<input type="submit" name="SendMail" value="Send"><br>
</fieldset>
</form>
Vấn đề là cái chữ Comments nó nằm dưới chân bên trái cái ô textarea, bây giờ phải chỉnh làm sao cho cái chữ Comments nó nằm ở trên hoặc ở giữa bên trái ô textarea vậy mn ?

83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?