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 (/* -+ ! @ # $ ^ & *).

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter7: Designing A Web Form: Creating A Survey Form
Section: Chapter Questions
Problem 4CP2
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,