Creating a login page using HTML
<html>
<head>
<title>
Login.com
</title>
</head>
<body alink="gold" vlink="green" bgcolor="purple">
<center>
<font color="YELLOW" SIZE="6" align="center">D</font>
<font color="orange" SIZE="3">L</font>
<font color="green" SIZE="3">I</font>
<font color="blue" SIZE="3">N</font>
<font color="pink" SIZE="6">K</font>
</Center>
<hr width="100%" color="gold">
<center>
<font color="navy" size="3"><b><u>CREATING A NEW ACCOUNT</u></b></font>
</center>
<br>
<fieldset>
<form>
FULL NAME:<input type="text" vlaue="name"><br><br> USERNAME:
<input type="text" vlaue="USERNAME"><br><br>PASSWORD:<input type="text" vlaue="name"><br><br> PHONE.NO:
<input type="text" vlaue="name"><br><br>Enter DOB and accept our Privacy Policy!
</form>
</fieldset>
</body>
</html>
Comments
Post a Comment