Cybrarian Internet Research Sessions
Jumpstart Computer Mini-course
Insructor : Diane Smith
BPS Tech TeamsWhy create a start page?
What you need?
<HTML> <HEAD > <TITLE> </TITLE> </HEAD> <BODY> <H1> </H1> <H6> </H6> <P> </P> <A HREF=" "></A> <P> </P> </BODY> </HTML>
Six steps to create your own project start page...
<HTML> </HTML>
<HEAD> </HEAD>
<TITLE> </TITLE>
<BODY> </BODY>
<H1></H1>
<P></P>
<A HREF=" "></A>
<A HREF="http://mypage.htm">The words you want to display on the screen with the hypertext link underline go here and closes your tag.
<B> </B>Displays the enclosed text in a bold typeface.
Sample Page
<HTML>
<HEAD>
<TITLE>BPS School Tech Team Project</TITLE>
</HEAD>
<BODY>
<H1>My Internet Research Start Page</H1>
<H6>Diane Smith, Bunker Hill Community College</H6>
<P>I routinely use the following links when working on my Tech Team Project for the Boston Public School System</P>
<A HREF="http://dev.boston.K12.ma.us/Home.nsf?OpenDatabase ">MetroLINC</A> |
<A HREF="http://www.muscella.com/networking/forums.cfm ">Networking Communities Forum</A> |
<P>I am working with three teams so it helps to be familiar with the schools they represent.</P>
<UL>
<LI><A HREF="http://www.boston.k12.ma.us/schools/rc510.asp ">Cleveland Middle School</A>
<LI><A HREF="http://www.boston.k12.ma.us/schools/rc636.asp ">Dorchester High School</A>
<LI><A HREF="http://www.boston.k12.ma.us/schools/rc630.asp ">Charlestown High School</A>
</UL>
</BODY>
</HTML>
Last updated July 27, 1999
Last reviewed July 27, 1999