HTML:
<!DOCTYPE html> <html> <head> <title>Password Check</title> <link rel="stylesheet" href="/go.html?url=script03.css"> <script src="script04.js"></script> </head> <body> <form action="#"> <p><label for="userName">Your name: <input type="text" size="30" id="userName" class="reqd"></label></p> <p><label for="passwd1">Choose a password: <input type="password" id="passwd1" class="reqd"></label></p> <p><label for="passwd2">Verify password: <input type="password" id="passwd2" class="reqd passwd1"></label></p> <p><input type="submit" value="Submit"> <input type="reset"></p> </form> </body> </html> <!DOCTYPE html> <html> <head> <titl