Advanced Computers - Web Design
Messmer High School
Project 1 in the Unit 5 project list. Here is a suggested sequence of steps that will
help you write Project 1 from the Unit 5 assignments.
- Read
Mini-chapter 12 in the online textbook about Tables. Tables are one of the
most important techniques used in building web sites. They are very
flexible and after a while you will notice them everywhere.
- Create
a new folder for this assignment in My Documents. Call it Week5P1. You
will put everything you need for this project in this folder. Do not put
anything else in this folder.
- Make
one blank HTML program. Call it planet_table_1.html. Include the html
tags, the head tags, the body tags, and the title tags. Write the page so
that inserting html code is easy. Use vertical alignment for the various
opening and closing tags. You should use Arachnophilia for this.
- Add the
title as follows - Week5P1, a hyphen, and your first and last name.
- Add
the standard comments in the heading section.
- Put a
centered heading at the top of the page. Make it bold and centered with
very large print. It should read - The Solar System.
- Use
the Table wizard in Arachnophilia to create a table with two columns and
five rows. Set the border equal to three.
- Fill
in the ten cells in the table with words for the Sun and the nine planets.
- Test
your program and see that it works correctly. Show your instructor the
source code in the Arachnophilia online.
- Save and print your source code. If you finish early help someone near to
understand this project better.