Code for heading | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Code for heading

I need to code to format the heading title so it's center but need a username an password input to the right of the title heading.

18th Nov 2016, 11:11 PM
Dwain Meacock
Dwain Meacock - avatar
1 Answer
0
... <body> <center> <h1>Heading</h1> <form action="POST"> <input type="text" name="username" /><br /> <input type="password" name="password" /> </form> </center> ... </body> </html>
19th Nov 2016, 2:14 AM
Samuel Neo
Samuel Neo - avatar