Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make textbox shorter in html

just use

textarea {
    width: 200px;
}

or 

input[type="text"] {
    width: 200px;
}
 
PREVIOUS NEXT
Tagged: #textbox #shorter #html
ADD COMMENT
Topic
Name
4+9 =