Part 6.2 - INSIDE SCOOP ON TABLES CT'D

or does this look so hard?

The only table tags there are are<TABLE><CAPTION><TR><TH><TD> and what things you can do with them. Forget to use the end tags and what a load of grief you will have to overcome.

Each of these tags has a whole host of attributes. I only used 4 attributes to set up the demo table.

Which one of the code bits below is an attribute?

TABLE SET UP

<TABLE WIDTH="55"%" BORDER="1" CELLSPACING="1" CELLPADDING="1">

<CAPTION>Table 1. DOCENT BRIEFING NOTES CONTENTS and ONLINE LINKS</CAPTION>

<TR><TH> Briefing Notes Contents</TH><TH>Online links</TH></TR>

<TR>

<TD>Section 1</TD><TD>LINK 1</TD> </TR>

<TR>

<TD>Section 2</TD><TD>LINK 2</TD></TR>

<TR>

<TD>Section 3<TD>LINK 3</TD></TR>

</TABLE>

So what will this look like Online?

 

Table 1. DOCENT BRIEFING NOTES CONTENTS and ONLINE LINKS
Briefing Notes Contents Online Links
Section 1 LINK 1
Section 2 LINK 2
Section 3 LINK 3
Next slide Previous slide