Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html login and registration form

<form action="action_page.php">
  <div class="container">
    <h1>Register</h1>
    <p>Please fill in this form to create an account.</p>
    <hr>

    <label for="email"><b>Email</b></label>
    <input type="text" placeholder="Enter Email" name="email" id="email" required>

    <label for="psw"><b>Password</b></label>
    <input type="password" placeholder="Enter Password" name="psw" id="psw" required>

    <label for="psw-repeat"><b>Repeat Password</b></label>
    <input type="password" placeholder="Repeat Password" name="psw-repeat" id="psw-repeat" required>
    <hr>

    <p>By creating an account you agree to our <a href="#">Terms & Privacy</a>.</p>
    <button type="submit" class="registerbtn">Register</button>
  </div>

  <div class="container signin">
    <p>Already have an account? <a href="#">Sign in</a>.</p>
  </div>
</form>
Comment

html login and registration form

<form action="action_page.php">
  <div class="container">
    <h1>Register</h1>
    <p>Please fill in this form to create an account.</p>
    <hr>

    <label for="email"><b>Email</b></label>
    <input type="text" placeholder="Enter Email" name="email" id="email" required>

    <label for="psw"><b>Password</b></label>
    <input type="password" placeholder="Enter Password" name="psw" id="psw" required>

    <label for="psw-repeat"><b>Repeat Password</b></label>
    <input type="password" placeholder="Repeat Password" name="psw-repeat" id="psw-repeat" required>
    <hr>

    <p>By creating an account you agree to our <a href="#">Terms & Privacy</a>.</p>
    <button type="submit" class="registerbtn">Register</button>
  </div>

  <div class="container signin">
    <p>Already have an account? <a href="#">Sign in</a>.</p>
  </div>
</form>
Comment

PREVIOUS NEXT
Code Example
Html :: draw vertical line tailwind css 
Html :: html auto download file 
Html :: html faq 
Html :: character for degrees 
Html :: html doc 
Html :: how to add .java files to html 
Html :: html form templates 
Html :: nicescroll cdn 
Html :: licença anydesk gratis 
Html :: multiline input 
Html :: frames html example 
Html :: relative vs absolute path html 
Html :: tabs characters in html 
Html :: html layout 
Html :: laravel apache config 
Html :: input type password show asterisk 
Html :: autocomplete off not working in chrome 
Html :: image slider with bootstrap 
Html :: rounded borders svg 
Html :: how can you make a bulleted list with numbers in html 
Html :: html drag and drop 
Html :: Meta keyword tag in html 
Html :: html hex color 
Html :: text -center bootstrap 
Html :: html code heavy left arrow 
Html :: thumbnail html 
Html :: flip an image js 
Html :: bootstrap 4 tabs 
Html :: fork me on github html css code 
Html :: html input get number 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =