+ 3
How do i create better Forms
been trying to create a signup form with html but its jus looking way too basic can u point me in the right direction
7 Answers
+ 1
Use bootstrap or materials
+ 1
Learn CSS! You gotta style it.
0
materials like?
0
Alexander I used that lesson
- 1
<form padding="4px" border="4px" align="center" action="homepage.html"
bgcolor="#007777" method="post">
<strong>Name</strong></br>
<input type="text" name="Username" value=" Your Desired Name"> </br></br>
<strong>Male </strong> <input type="radio" name="Sex" value="Male"> </br>
<strong>Female </strong> <input type="radio" name="sex" value="Female"> </br></br>
<strong>Password</strong></br><input type="password" name="password" value="password"> </br></br>
<input type="submit" padding="2px" value="All done"
<!--this is the sign up page-->