I wants to user input centre of wabpage | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I wants to user input centre of wabpage

4th Feb 2017, 6:43 PM
MANISH KUMAR VERMA
MANISH KUMAR VERMA - avatar
2 Answers
+ 4
'align' attribute is deprecated must use css styles instead: <section id="mystyle"> #mystyle { text-align:center; }
4th Feb 2017, 11:52 PM
visph
visph - avatar
+ 2
surround the input tag with a section tag or something a tag of your choice and set its attribute to align="center" eg. <section align="center"> <input type="text"name="username"value="username"/> </section>
4th Feb 2017, 7:00 PM
YourDamnSandwitch
YourDamnSandwitch - avatar