Navy SEALs
SEAL Pics
SEAL Info
SEAL Training
Computer Programming
HTML
Cascading Style Sheets
Hall Of Fame
Programming Books
Free Downloads
Other Areas
Cool Links
Sign/View My Guestbook
Site Map
About The Webmaster
Main Page

Free Magazine

Need Help?

GOAL
To demostrate the ability to use content providing tags, such as formatting tags, image tags, and table tags appropriately.

QUESTIONS
  1. What tags would you use to create a list like the one for these questions?
  2. What would be the code for creation of the first navigation image on the left?
  3. What is the code for the table below?
    Name Age Rank
    Bob Smith 17 Captain
    Charles Cornwall 16 Private
  4. What should me the most amount of images on a single page?
  5. How would you create the following text? Sample Text
ANSWERS
The answers can be found by selecting the area under this text.
1. <ol> tag with <li> tags for each of the items.
2. <img src="http://nscp.iwarp.com/navImgs/seals.jpg" border="0">
3. View the source code for this page and find the comment that says table source, and read until you find the comment that says end table.
4. Though different people say different things, my opinion is less than 2 minutes download time.
5. <span style="font-weight:bold; color:#0000FF; text-decoration:underline">Sample Text</span>