This does nothing
This does nothing This does nothing This does nothing This does nothing

Home
Back to the start

Next
Advance a page in this tutorial

Back
Return to the previous page

Help
Go to our message board

 

 

 

Tables

Let's spruce up our baby homepage a little by adding some links to software sites that can be accessed by anonymous FTP. In the process, we will introduce a new aspect of HTML: how to display items in a table.

The simplest way to get started using tables is to copy a table format from somewhere and just replace the entries with your own entries. Templates for the most common table formats are available at the Table Sampler. A concise summary of table tags is also available.

Open your homepage file with the editor and use your mouse to copy the following bit of HTML code and paste it into your homepage at a convenient place:

 

<center>
Anonymous FTP Sites
<br>
<TABLE BORDER>
<TR>
<TD>item 1</TD> <TD>item 2</TD>
<TD>item 3</TD>
</TR>
<TR>
<TD>item 4</TD> <TD>item 5</TD>
<TD>item 6</TD>
</TR>
</TABLE>
</center>

 

Save the file, and open your homepage with the browser (reload if necessary). You should see a table that looks like

 

 

Anonymous FTP Sites

item 1

item 2

item 3

item 4

item 5

item 6

 

Now let's replace these entries with links to FTP sites. Open your homepage file, and in the table that you just placed there, replace item1, item2, and item3 with the following links (use the mouse to copy and paste):

 

item1 -->
<a href=
"ftp://rtfm.mit.edu/pub/usenet/news.answers/">
FAQ Directory</a>
item2 -->
<a href="ftp://ftp.funet.fi/pub/">
Finnish Software Archives</a>
item3 -->
<a href="ftp://sunsite.unc.edu/pub/">
SunSite FTP</a>

 

Leave the other entries the same, save the file, open the browser, and reload. Now you should have a table that looks like this:

 

Anonymous FTP Sites
FAQ Directory Finnish Software Archives SunSite FTP

item 4

item 5

item 6

 

with the entries in the top row clickable links (try them!). Your assignment is to use this example as a guideline to replace item4, item5, and item6 in this table with links to useful FTP sites of your choice.

Home | Next | Back | Help


Our FAQ's Search this Site E-mail Us!
The ABCD's of the Internet went online June 14, 2002. Because it's new, there may be some bugs we have yet to work out. If you do experience any problems, find mistakes, or want to make suggestions, please e-mail us by clicking the "contact" button above.
This web site has been made possible by a grant from the Michigan City Community Enrichment Corp. Click here to learn more.

 

Access LaPorte County
301 E. Eighth St. #101
Michigan City, IN 46360

Phone: 219-861-0940
Fax: 219-861-0942

 

To the Home Page Click to Email Us To the FAQ's Page