Assignment # 2

This assignment is the first step in your project. Most of the assignments will deal with a typical Web form application, for which we will implement various solution approaches. The baseline application is the Brooklyn Library library card application form. This assignment will begin to create a similar HTML page that will have the same form componenents and text but might have a different (i.e., better) appearance. You will use this new page for most of the remaining assignmetn sin the s course.

Learning Goals

Assignment Tasks

Develop an HTML5 page that contains the same visual components as the original, but has an improved appearance.

Hints:

HTML5 DOCTYPE

<!doctype html>

Initial Page Appearance