HTML

Frames (35 points)

 

1. FRAMES folder (1pt.)

 

2. FRAMES  (4 pts.)

- at least 3 windows.

One window – Links

Second window – Table

Third window – Address information

 

Information about your business:

 (sporting goods/music store/video store/auto accessories/computer store/boat sales)

 

3.  FrameSet / FrameSrc  (2 pts.)

 

4.  Target Window (1 pt.)

 

5.  Table (2 points)

            - At least 3 rows and 3 columns

 

6.  Table row tags (1 pt.)

 

7.  Table heading tags (2 pts.)

            - must use at least 1 attribute

 

8.  Table data tags (3 pts.)

            - must use at least 2 attributes

 

9.  Table should not have a Border (1 pt.)

 

10. URL Web Pointers (5 pts.)

            - at least 3 links to web sites outside of building

            -should include a hypertext link

            -should include a hypergraphic link

 

11.  Complete Address  Footer (4 pts.)

 

12.   Body tags with the following attributes (4 pts.)

            - bgcolor or background

-  text

            -  link

            -  vlink

 

13.   Must have Special Character Tags. (2 pts.)

(See Friday September 14, 2007)

 

 

 

14.  HTML tags & Comment (2 points)

 

15.  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