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

next page
Storyteller Project, 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 elderly 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 downloading an HTML page that contains the Web form...

 
    next page