Homepage Exercise
We've now learned a variety of ways to find resources on the Web. Let's use some of these Web resources to help us modify your homepage into something that looks a bit snazzier.
<BODY BGCOLOR="#000030" TEXT="#ff0000"
LINK="#00ffff" VLINK="#00ffff" ALINK="#FF0000">
Such tags control the colors for the text when a Web Browser
displays your page, according to the identifications in the following diagram
(note that in HTML the tags are generally not case sensitive; e.g., "BODY" and
"body" are equivalent).
Whew! I'm sure you are looking forward to learning about that! If humans had 16 fingers and 16 toes instead of the standard 10 for each, we probably would know the base-16 system by heart, but it is unlikely that many of you use hexadecimal numbers on a regular basis. Is there a way to bypass studying the base-16 number system, at least for now. After all, we just want to change some colors on our homepage!
You should learn something about the base-16 system because it is so common in computers, and because it is fun to see how numbers in other bases work, but we will save that for later. For now we are going to illustrate that we can learn how to change colors on our homepages without learning how to do base-16 numbers in our head. We shall do so by using resources that are available on the Web. That is, we are going to set our newly-won "Finding Things" expertise to a useful and noble task: the avoidance of work in the process of accomplishing something of significance!
Surprise! Precisely such resources are out there on the Net. We could use search engines to find them, but in this case it's even simpler: some sites that do these things are contained in one of the resource compilations we have already considered. Using your second browser window, go to the resource compilation at McGuffey's Web and select the "Web and Networking Tools" link (under the heading "Computer Stuff"). From the resulting menu, select the link "Graphics for the Web".
The resulting page has many links. Find some there that help you select colors for the browser. For example, a good one to start with is labeled "Background Colors (Table of Examples)". Figure out how these things work (a little point-and-click experimenting should do the trick), and use them to select some new colors to customize your homepage by changing the colors in the "body" tag.
Next
Back
Top
Home
Help