Showing posts with label how to create a login form. Show all posts
Showing posts with label how to create a login form. Show all posts

Sunday, January 21, 2024

html login in form

 

 How To Create a Login Form


1] The <form> tag in HTML is used to create an HTML form that can be used to collect user input

2] The <form> tag encloses the entire form, defining the boundaries of the form.

3]<form> tag, form elements like <label>, <input>, and <button> for collecting user input.


HTML  login form :-
          
                  Example

<!DOCTYPE html>
<html>
<head>
   <title>Form tag </title>
</head>
<body>
  <center>
   <h2> Login Form </h2>
  <form>
  <input type="text" placeholder="Email address"
id="Email" name="email">
  <br><br>
  <input type ="password" placeholder=
"password" id="pin" name="password"
maxlength="8">
  <br><br>
  <input type ="reset" value ="reset" style=
"background-color: red;
color:white" >
  <input type ="submit" value="submit" style=
"background-color: green;
 color: white">
  </form>
  </center>
</body>


HTML login form :-

       Output 

html form tag /output



READ MORE 



Background Image Tag

How to create a split screen with css

HTML datetime Picker

left pascal star pattern in php

inverted pyramid star pattern in php

print half diamond pattern