Students are required to add JavaScript to their registration form per the specifications below: ◆ registration.html - for guests to register accounts o o o require the user to enter a username that begins with a character ([a-zA-Z]). require the user to enter a username that is 3 or more alphanumeric characters. require the user to enter a password that is 8 or more characters AND contains at least 1 upper case letter AND 1 number and 1 of the following special characters (/* -+ ! @ # $ ^ & *).

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Very overwhelmed and have no idea of where to start so any help is appreciated. This requirement for the assignment has me very frustrated. 

 

Registration.html (theres some code that reference other parts of the assignment but this is what I need help with right now. 

 

<!DOCTYPE html>
<html>
<head>
<title>registration</title>
</head>
<body>

<h1>Registration Form</h1>

<form action="" method="post">
  <label for="username">Create your own username:</label>
  <input type="text" id="username" name="username" required>
  <br><br>
  <label for="Email">Email:</label>
  <input type="email" id="email" name="email" required>
  <br><br>
  <label for="password">Create your own password:</label>
  <input type="password" id="password" name="password" required>
  <br><br>
  <label for="password">Confirm Password:</label>
  <input type="password" id="password" name="password" required>
  <br><br>
   <label for="age">Check the box to confirm you are over 13 years old:</label>
  <input type="checkbox" id="rules" name="rules" required>
  <br><br>
  <label for="">TOS and Privacy rules:</label>
  <input type="checkbox" id="rules" name="rules" value="rules">
  <a href=''>Privacy Rules</a><br>
  <br><br>
  <input type="submit">

<br><br>

  <nav>
    <div class="application">
        <h2>Navigation</h2>
    </div>
   
    <ul>
        <li>
            <a href="Index.html">Home</a>
        </li>
        <li>
            <a href="login.html">Login</a>
        </li>
        <li>
            <a href="registration.html">Registration</a>
        </li>
        <li>
            <a href="postimage.html">Post Image</a>
        </li>
        <li>
            <a href="viewpost.html">Viewpost</a>
        </li>
    </ul>
</nav>
</form>

</body>
</html>
Students are required to add JavaScript to their registration form per the specifications below:
✰ registration.html - for guests to register accounts
o
require the user to enter a username that begins with a character ([a-zA-Z]).
o require the user to enter a username that is 3 or more alphanumeric characters.
o
require the user to enter a password that is 8 or more characters AND contains at least
1 upper case letter AND 1 number and 1 of the following special characters (/* -+ ! @
# $ ^ & *).
Transcribed Image Text:Students are required to add JavaScript to their registration form per the specifications below: ✰ registration.html - for guests to register accounts o require the user to enter a username that begins with a character ([a-zA-Z]). o require the user to enter a username that is 3 or more alphanumeric characters. o require the user to enter a password that is 8 or more characters AND contains at least 1 upper case letter AND 1 number and 1 of the following special characters (/* -+ ! @ # $ ^ & *).
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
ListBox
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education