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


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

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

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

या

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

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


Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -