<!DOCTYPE html>
<html>
<head>
<title>CSCI E-3 Unit 3 Project, Part B</title>
<link rel="stylesheet" href="css/cscie3.css">
<script type="text/javascript" src="js/hw3b.js"></script>
</head>
<body class="hw">
<div class="container">
<h1>CSCI E-3 Unit 3 Project, Part B</h1>
<p class="whatlearn">Unit 3b Homework will exercise the DOM, browser
Events and form handling. This assignment is worth half of the total point value for the Unit 3 project.
The other half was Unit 3 Project: Part B, previously distributed as a ZIP file.
You should complete Part A before working on Part B.</p>
<h4>Add behavior and additional functionality to an HTML <em>FORM</em></h4>
You'll be adding behavior to the form below, including adding some new
form fields and sections. You will be adding some of the following
behaviors and features to the form. Specifically, you must do four
of the six (your choice) items below. Doing more
than the minimum counts as extra credit. <br>
<br>
You may change the HTML if you like, to make a form that better fits your
interests, make it look better, or provide a better user
experience. You must make it clear to your grader which of the
six behaviors you've implemented—this will be especially important if
you change the form. <br>
<ol>
<li>There are two password fields on the form. You will write code that
ensures that:</li>
<ol>
<li>Users must enter passwords of at least 8 characters.</li>
<li>The two fields must match.</li>
<li>Users receive feedback immediately if the passwords don't match,
rather than only when the form is submitted.<br>
<br>
</li>
</ol>
<li>There is a textarea on the form labeled <em>Brief Bio</em>. This is going to be <em>really</em> brief. Your code will
provide a countdown near the <em>140...
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.