css - How do I set the size of an HTML text box? -


मैं एक HTML पाठ बॉक्स का आकार कैसे तय कर सकता हूं?

बस उपयोग करें:

  टेक्स्टरेआ {चौड़ाई: 200px; }  

या

  इनपुट [प्रकार = "टेक्स्ट"] {width: 200px; }  

आप 'टेक्स्टबॉक्स' से क्या मतलब है इसके आधार पर।


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -