Intro to Web Publishing

Exercise -- edit your HTML document:
Launch NOTEPAD and edit the file you created. Add a heading,. footer, etc. Then check it in Netscape. The file should contain:

  <HTML>
  <HEAD><TITLE>My Test Page</TITLE></HEAD>
  <BODY BGCOLOR="#FFFFFF">
  <H1>My Very Own Test Page</H1>
  <IMG SRC="web-paint.gif" ALT="under construction">
  <P> This is a <B>test</B>.
  <HR>
  Check out the
  <A HREF="http://libweb.uoregon.edu">Library</A>
  <ADDRESS>
  Last edited by xyz, 21 Aug 1999
  </ADDRESS></BODY></HTML>

Quit NOTEPAD, and check your page using Netscape


Publishing your document