HTML 7-HTML Final project Alternate
Objectives
Students will apply knowledge learned in previous assignments to create another webpage.
Instructions
Using what you have learned, create a web page for any one of the following (do an extra one or two for extra credit):
1. Create a basic homepage using the following tags:
<HTML><TITLE>Our FBLA Project Homepage</TITLE><BODY>
blank space to put text and tags in.
</BODY></HTML>
2. At the top of the page, under the <BODY> tag, put a headline <H1> and title your page. Examples: Our FBLA Project was Fun! or Food Drive Success...something along that line. Don't forget your slash-tag.
3. Add a <HR>
4. Use a smaller headline <H3> OR <H4> for the titles on the following sections. See number one for an example:
1. <H2>Description of our project</H2><BR>
<P>This year our group decided to run a blanket drive to benefit the people are not as lucky as we are. We started out by deciding on our project and then started the planning process. We did this in our 4th period classes. First we went around to all of the classes and announced the project. We also ran a bulletin announcement and made a commercial. <BR>
Over the next week we went to every class and gathered the blankets. We gathered over 100 blankets and took them to the local homeless shelter.
2. The steps you took to plan your project in an ordered list
<OL>Steps to planning your project
<LI> Step one
<LI> Step two
<LI> Step three (etc.)
</OL>
3. Members of our group (do another list, but remember...no last names!)
4. The best part of this project:
5. The worst part of this project:
6. Suggestions for doing a good job if someone does this project.
Be sure to put a <HR> between each section.
5. Add a graphic. If you want to do the FBLA logo use the following graphic tag:
<IMG SRC="logo.gif">
6. Add background color (see me to choose the color) and text color.
7. Put your name at the bottom as pagemaster and my name as webmaster.
8. Add Links to the following URLs:
a. The MJHS page. <A HREF="http://www.msvl.wednet.edu/ msdhome/msvlschools/secondary/mjhs/mjhs.html">
Go back to MJHS Homepage</A>
b. The Marysville (city) page<A HREF="http://www.msvl.wednet.edu/">
Go back to Marysville Homepage</A>
c. A link to your homepage.
d. A link to the class page.
e. The FBLA page <A HREF="http://www.msvl.wednet.edu/ msdhome/msvlschools/secondary/mjhs/fbla.html">FBLA Page</A>
9. Check all spelling and formatting. Be sure to test it often in Macweb.