HTML
Table (35 points)
1.
TABLE folder (1pt.)
2. Table (4 pts.)
- at
least 4 rows and 4 columns.
Information about your
personal activities/interests
3. Cell Span / Padding (2 pts.)
4. Table Row tags(1
pt.)
5. Table Data tags(1
pt.)
6. Cell color/background (1 pt.)
7. Table Border (1 pt.)
8. HyperGraphic without border (2 pts.)
- to SFS
9. List (5 pts.)
-at least 3 items in the list
- Different Bullets
10. Body tags with the following attributes (3
pts.)
- text
- link
- vlink
11. Any 5 of the
following 6 items. (5 pts.)
A. font color
B.
font face
C.
font size
D. horizontal rule
with size attribute
E. strong tags
F. emphasize tags
12. Heading Tags (2 pts.)
- at least 2 different size headings.
13. HTML tags & Comment (2 points)
14. Style (5 points)
- all HTML tags should be in
lower case
- any tag without a matching
closing tag should end with a slash
(EXAMPLES:
<br /> <p /> <img src="examp.gif" />
- all colors should be in the
hexadecimal format
- Place ALL values in quote marks.
Examples
<a href="/solaris/">,
<table
border="0" cellpadding="5" cellspacing="2">,
<img src="/images/eps.gif">,
<td bgcolor="#ccffcc">,
etc.
-DO NOT refer to any URLs on the server you are on
by their absolute URL, instead use the
full path to the root directory.
For example, on www.sun.com,
do not link to
www.sun.com/software/, instead, link to /software/ OR
do not link to U:/html/pictures/examp.gif,
instead, link to /pictures/examp.gif