Jump to content

Input field for ´description´ bigger?


eduard

Recommended Posts

How do I make the input field for ´description´ bigger?Code:<html><body><form>Description: <input type="text" description="description" /<br />Price: <input type="number" products="number" /<br /></body></html>

Link to comment
Share on other sites

How do I make the input field for ´description´ bigger?Code:<html><body><form>Description: <input type="text" description="description" /<br />Price: <input type="number" products="number" /<br /></body></html>
width property in CSS will make it longerheight propery will make it taller
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...