Home >>HTML Tutorial >HTML Login Form
HTML Login Form
Login Form in HTML5
Through this tutorial you learn how to create a Login Form using HTML
Untitled Document
Output Login Page in HTML
We begin our program with start of HTML script. body tag embedded inside the tag. where we create our table. set width attribute of table tag with (value="345"),another attribute bgcolor is used to set background color. Create a textbox of user name field. first create row using(
). set table heading(
), and a column (
) inside this we create a textbox using script. we create another textbox of password field within inside