More to Making a Page
As homework you will need to visit a web site that explains the
different tags for web pages. Use a search engine from your computer at home
to locate a web site that
covers the topic of "beginning html." There are many to choose
from so once you find one, stick with it. The set of pages you find will need to
include the terms listed below. The web monkey web site was a good site for
the concept, but you will need more tags than just the ones from web monkey. I suggest you take a piece of paper and write
the tags listed below before you begin your search.
text="the color in words, ie red or blue or green" or
text="#RRGGBB", the RGB color codes
link="the color in words, ie red or blue or green" or
link="#RRGGBB", the RGB color codes
vlink="the color in words, ie red or blue or green" or
vlink="#RRGGBB", the RGB color codes
alink="the color in words, ie red or blue or green" or
alink="#RRGGBB", the RGB color codes
background="_________.___" an image used as a background of the page where the first underline is the file name and the second underline is the file extension (most often jpg or gif).
Sample of a body tag: <body bgcolor="#RRGGBB" text="#RRGGBB" link="#RRGGBB" vlink="#RRGGBB" alink="#RRGGBB" background="__________.___">
Your first assignment was to go to the Web Monkey website and learn about some basic html code. There were several units or chapters in the Webmonkey lessons. You were supposed to turn in your notes into the teacher as evidence that you did the assignment.Now it is time to prove that you understand what you read and took notes about by making your first official web page. This first web page is a page that describes the topics in your notes. Write at least three paragraphs. In each paragraph tell a little bit about what you now know how to do. When you tell what you know, be sure to include an example of it also.
The first paragraph should be about the first unit or chapter, The Basics.
The second paragraph should be about the second unit or chapter.
The third paragraph will be about the third unit or chapter.
(Note: you may do the fourth unit or chapter, but you do not have to write a paragraph about it.)
Be sure to include the following
- Your full name in the Title bar
- A background color that is dark
- A text color that is light and easy to read with the background color
- The Headline statement "Intro to Web design"
- A link to the web monkey site which is included in the code of this page by Clicking Here.
- Going to the menu choices of your browser, clicking on "View" and then
- Clicking on "Source" or "Page source."
- A screen will appear that displays all of the html code for this page. The code will usually be displayed one line at a time and with some study, you will be able to understand what each tag does to make the words appear on the screen.
You will be taught an easy way to create pages without having to type all of the code yourself. You must have an understanding of the code before you may use web software.