- 3
Form tag length
how can I make a form to be long than it normal.default line
2 ответов
+ 2
you must style it with css to give it the length you want ^^
+ 2
Micheal Alfred
WRITE (IN CSS)
form{width: as much as you want; height: as much as you want;}
you can choose px, em, vh, vw for giving the height and width.
NOTE: For checking you can use background as black or any dark color.