used in BCS 500 at Seneca College and CNET 204 at Centennial College
 
Detailed HTML Course Outline
SECTION on TABLES

this page last updated 2004 May 16, before that, 2001 Nov 5
.

Tables

click here to go to the tables site

HTML Goodies page on tables
 http://www.htmlgoodies.com/tutors/tbl.html by Joe Burns
 
 
. To do well in this course, you should use a combination of four sources of information
  • the explanations given by the professor in class
  • the chapters identified in the textbook
  • the web pages recommended by the professor
  • examples from other students (it is acceptable in this type of course to share information with other students) as long as your final "product" is unique
Below is some information about the HTML goodies page
 
 
click here to go to the main site This web site is very extensive and you could find many things here, such as
tables
images
frames
forms
.
Chpt 7

Chpt 8
Tables
Tables are not just for tables !!!
Tables are most often used to frame text and pics so they can appear side by side without having to have a long long page.
You should learn how to do basic tables from "Notepad" so you understand the raw code - however, we will also learn how to make tabvles easily within Netscape Composer. Most of the other leading Page Editors also have quick ways of making tables by automatically setting up the number of coloumns and rows.

If you follow the text in Chapter 8, you will have a fairly good idea of all the things you can do with tables.

.
Chpt 8
Tables

 
 
 

Chpt 8
Tables

examples of things you can do  with tables
.
. .
.

 
.
         . 
    . <!.....other example.....->
.
.<!.......end of examples.....->
.
 
Chpt 8
Tables

Chpt 8
Tables
 
 
 
 
 

Chpt 8
Tables
 

Table Examples provided by Winnie Lo, BCS Student, Dec 1999
 
1
 
<TABLE BORDER=1>
<TR><TD>1</TD></TR>
</TABLE>
1 2 3
 
<TABLE BORDER=1>
<TR><TD>1</TD><TD>2</TD><TD>3</TD></TR>
</TABLE>
1 2 3
4 5 6
 
<TABLE BORDER=1>
<TR><TD>1</TD><TD>2</TD><TD>3</TD></TR>
<TR><TD>4</TD><TD>5</TD><TD>6</TD></TR>
</TABLE>
1
4 5 6
 
<TABLE BORDER=1>
<TR><TD COLSPAN=3>1</TD></TR>
<TR><TD>4</TD><TD>5</TD><TD>6</TD></TR>
</TABLE>
1
4 5 6
 
<TABLE BORDER=1>
<TR><TD COLSPAN=3ALIGN=CENTER>1</TD></TR>
<TR><TD>4</TD><TD>5</TD><TD>6</TD></TR>
</TABLE>
1
4 5 6
 
<TABLE BORDER=1>
<TR><TD COLSPAN=3 ALIGN=CENTER>1</TD></TR>
<TR><TD>4</TD><TD WIDTH=30 ALIGN=CENTER>5</TD><TD>6</TD></TR>
</TABLE>

 

.
 
Tables
using
the principle tag editor we use for BCS 500
 
 
 
 
 
 
 
 
 
 
 

Tables
using
the principle tag editor we use for BCS 500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tables
using
the principle tag editor we use for BCS 500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tables
using
the principle tag editor we use for BCS 500

From the main menu bar in HoTMeTaL

A little pop-up menu shows you all the options you can make with tables, such as number of columns, rows, table background colour etc
click to see larger view

you can change the background colour of the table

http://www.witiger.com/senecacollege/BCS500/tablzbg.jpg

If you want to use a table for positioning images, and you DO NOT want the table border to show up the code is
<TABLE WIDTH="400" BORDER="0">
in this case the table will be 400 pixels wide with no border
in HoTMeTaL you do click from "Grid" to "None".

 

.
Explanation of Assignment #5, Tables due  - worth 10%

1. In this assignment, you will create a  "BCS500tables.html" page 
2. This page will be hyperlinked to your main page 
3. On this page you will provide examples of a variety of  tables with cells of different widths and heights.
4. Demonstrate how you can use tables to arrange text and images
5. Demonstrate tables with visible borders and tables with invisible borders
6. Show how you can change the colour of table cell backgrounds
7. Show how tables can have varying sized columns and rows
8. Give an example of how you can use a table within a table cell

Most of the information to do this assignment is in the text in Chapter 8

.
 
 
 
 
witiger.com
  CONTACTIMAIN PAGE I NEWS GALLERY IE-BIZ SHORTCUTS I INT'L BIZ SHORTCUTS  IMKTG&BUSINESS I TEACHING SCHEDULE  IMISTAKES ITEXTS USED IIMAGESIRANKI
.