Overview | Create HTML | Create CSSl | Write Story | Prep for Entry Form | Entry Form

next page
Project 2: Javascript Storyteller, Part A

 


Overview:

For this project, you will write a fun Web page that writes a (really) short story based on information you get from the user. You'll use Javascript to insert the user's words into the story.

For example, your story might start out like this:

"A long time ago, in a galaxy far, far away, there lived a young man and his trusty robot named C3PO."

You'll have a form where the user enters words, for example: an age, a type of person, and a name.

Then your Javascript program will merge them together and produce a new version of the story like this:

"A long time ago, in a galaxy far, far away, there lived an middle-aged woman and her trusty robot named Garfield"

 

Part A of this project will involve creating the story and preparing the form where the user enters words. You'll begin by creating an HTML page...

 
    next page