Can anybody help me write this HTML? I have no idea how to do this! HELP!

We saw how to change the background color of a Web page by using the bgColor property of the document object. We can also use other document properties to change other colors: fgColor represents the color of the text; linkColor represents the color of "unvisited" links (which are usually blue); and vlinkColor represents the color of "visited" links (which are usually purple.)
Write an HTML page that will allow the user to customize the color scheme of the Web page. Use a series of prompts to allow the user to select colors for the background, text and link colors.

Make sure that your page contains some text and at least one link so that you can see that the colors get changed properly!

A MadLib is a game in which two people cooperate to create nonsensical (but often amusing) sentences. It works like this. One person creates a few sentences but leaves some words blank, noting instead what kind of word is intended to go there. For example:
A small [animal] started walking toward [place] when a big [color] [animal] [verb (past tense)] it.

Then the author asks the other person for words to fill in the blanks (without revealing the sentence itself). So in this case the second person might say "porcupine," "Albuquerque," "purple," "giraffe," "ate".

Then the author reveals the complete sentence: A small procupine started walking toward Albuquerque when a big purple giraffe ate it.

Some people find this funny, so in this exercise you'll create a webpage that allows users to fill in a simple Madlib. Before you start the webpage, create a sentence with at least three blanks in it. Your webpage should display a series of prompts to allow the user to fill in values to put in the blanks ("Name an animal." "Name a place." etc.). When the user is finished the filled-in MadLib should be displayed.

First off, I would leave the course, as they are teaching you HTML techniques that are thirteen years out of date. No one uses tag properties for presentation anymore, and officially, they've been removed from the language (though most browsers will still recognize most of them).

Second off, no one here is going to simply provide you with the code. We are here to help you leanr, which is not necessarily the same as helping you get a passing grade in your homework. Show us what you already have done, and we will help you; otherwise, it would be Cheating with a capital C, something we do not facilitate at Daniweb.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.