Wednesday, December 19, 2007

How to Insert the Footer Frame

How to Insert the Footer Frame

To Insert the Footer Frame

Step 1

  • To insert the footer frame in the HTML documents. You have to follow the HTML codes as shown below.

  • You can design an HTML frameset file of two rows without any column for this purpose:

        Example of Links

        </span></b></p><p> <b><span style="color:MAROON;"><body></span></b></p><p> <b><span style="color:MAROON;"><p>This page uses frames, but your browser doesn't support them.</p></span></b></p><p> <b><span style="color:MAROON;"></body></span></b></p><p> <b><span style="color:MAROON;">

Step 3

  • Here is the result of the HTML codes.


How to Insert the Frame

How to Insert the Frame

To Insert the Frame

Step 1

  • To insert the frame in the HTML document, you have to follow the HTML codes as shown below.

  • Start designing the frameset with sizes of Rows (rows) and Columns (cols). Indicate a frame name for each, with the browsing features such as 'scrolling' and 'resizing'.

  • If you have only one (mention the targeted frame name inside Frameset) HTML page to be displayed on 'row' of frameset (in this example), just include one frame name tag.

  • If you have multiple (mention the targeted frame name inside Frameset) HTML pages to be displayed on 'column' of frameset (in this example), include multiple frame name tags within this column framset.

        Example of Links

        </span></b></p><p> <b><body></b></p><p> <b><p>This page uses frames, but your browser doesn't support them.</p></b></p><p> <b></body></b></p><p> <b><span style="color:FUCHSIA;">

Step 3

  • Note that tag will display text message for web users who did not have the frame supported web browser. The HTML text within tag set will be displayed to them. Without this tag, the no-frame web browser will display a blank page for any HTML frameset document.

  • Here is the result of the HTML codes for a frameset. One frame for the Row and two frames for the Column:


How to make the Cells Colorful

How to make the Cells Colorful

To make the Cells Colorful

Step 1

  • To change the cells to another color, you have to follow the HTML codes as shown below. Enter a color map value to the bordercolor attribute inside the tag. If you don't have a color map value, you can type in color name, such as blue, yellow, white, red... etc.

        Example of Links

        This is Table
        NameStudent ID
        Wong001
        kok002

Step 3

  • Here is the result of the HTML codes.


How to make the Table Colorful

How to make the Table Colorful

To make the Table Colorful

Step 1

  • To make the table border colorful, you have to follow the HTML codes as shown below. Enter a color map value to the bordercolor attribute inside the Table tag. If you don't have a color map value, you can type in color name, such as blue, yellow, white, red... etc.

        Example of Links

        #FF00FF">

        This is Table
        NameStudent ID
        Wong001
        kok002

Step 3

  • Here is the result of the HTML codes.