I have a form with input like:
id="mytext" size="35"
This gives me a Box with 35 characters.
I want to have that with a Box of size 35 characters, but with 2 lines. how can I set that in HTML
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just confused, you want
sizeor you want tolimityour characters?Use
maxlengthattribute if you want tolimitthe characters to 35Or you can use textarea if you want 2 lines
Note:
sizeis not a valid attribute for<textarea>, if you want to increase the width, usecols