Lesson Plan 1

Web Authoring Introduction

TITLE:

SUBJECT:

GRADE LEVEL:

OBJECTIVES:

  1. To use a word processor to create a simple HTML (hypertext markup language) document from a template provided.

  2. To verify the correct operation of the Web document created by loading it into the Netscape Web browser.

  3. To print the HTML source page from the word processor.

  4. To print the resulting page from the Netscape browser.

  5. To explain the operation of each of the HTML tags used in the sample document.

RESOURCES/MATERIALS:

ACTIVITIES:

  1. Read the sample HTML source with the students. Explain the function of each tag and point out the URLs (Uniform Resource Locators) explicitly.

  2. Have the students launch Netscape and have them visit each of the URLs used in the sample and take note of what they find so they can add explanations where needed.

  3. Launch the word processor or editor to be used and type the sample HTML source adding the requested information in the TITLE, HEADING, explanatory paragraphs, and descriptions of the example links.

  4. Save the sample document using the name SAMPLE.HTM using the SAVE AS function making sure that it is saved as a TEXT ONLY format (not the standard word processor document format.)

  5. Use the Netscape OPEN FILE operation to load the Web page created as SAMPLE.HTM and examine it for errors and omisions.

  6. Edit SAMPLE.HTM to correct any errors, save it again (in TEXT ONLY format), view the edited file in Netscape (make sure to use the RELOAD function of netscape unless Netscape has been exited and relaunched.)

  7. When error free, print the source from the word processor (or editor) and the Web page as displayed by Netscape.

  8. Have the students use Netscape to visit the HTML tutorial from Hypertext Markup Language (HTML): Computer Assisted Instruction and write brief explanations of the function of each of the tags used in the sample document.

FOLLOW-UP:



A Sample HTML Worksheet

<html><head><title> Your Name </title></head> <body> <center><h1>Main Heading</h1></center> A brief (2 or 3 sentence) statement about why your students will benefit from knowing how to use the internet. <p> A brief (2 or 3 sentence) statement about you and your professional activites. Remember, no one sentence paragraphs are allowed! <p> <hr> <center><h2>Some Basic Texas Educational Sites</h2></center><br> <ul> <a href="http://www.tenet.edu">TENET Web</a> -- Put a one or two line description of the site (after you visit it) here. <p> <a href="http://www.etsu.edu">East Texas State University </a>-- Put a one or two line description of the site (after you visit it) here. <p> <a href="http://www.tamu.edu">Texas A&amp;M University </a>-- Put a one or two line description of the site (after you visit it) here. <p> </ul> <i>Last updated: August 5, 1996 your name </i> </body></html> </plaintext> <hr size=6> <center> <b> &#124 &#32 &#32 &#32 <A HREF=#top> Top</a> &#32 &#32 &#32 &#124 &#32 &#32 &#32 <A HREF=../curric-657-965.html>Curriculum Resource Guide</a> &#32 &#32 &#32 &#124 &#32 &#32 &#32 <A HREF=../ETEC657.html>Computers in Curriculum</a> &#32 &#32 &#32 &#124 &#32 &#32 &#32 <A HREF=thorpe-t.html>Ted's Treasurechest</a> &#32 &#32 &#32 &#124 </b> <br> </center><hr size=6> <hr> <ADDRESS><B>Page maintained by <A HREF=mailto:thorpet@boisdarc.etsu.edu>Ted Thorpe</a><br> Last updated: August 6, 1996 </ADDRESS> </body></html><!-