Day 1 Lesson Plan
  • Introduction to the WWW
  • HTML Versions
  • HTML Tools
  • HTML Syntax
  • Basic Tags
  • Displaying HTML Documents
  • Creating Headings, Paragraphs, and Lists
  • Inserting Horizontal Lines
  • Inserting a Graphic
  • Create hypertext links between elements within a document.
  • Create hypertext links between one document and another.
  • Review some basic Web page structures
  • Create hypertext links to pages on the Internet
  • Use and understand the difference between absolute and relative pathnames
  • Learn to create hypertext links to various Internet resources, including FTP servers and newgroups.

Day 2 Lesson Plan
  • Learn how HTML handles color
  • Create a color scheme for a Web page
  • Insert a background image into a Web page
  • Create a spot color
  • Learn about different image formats
  • Learn how to control the placement and appearance of images on a Web page
  • Work with client-side image maps
  • Work with server-side image maps
  • Create a text table
  • Create a graphical table using the table tags
  • Create table headers and captions
  • Control the appearance of a table and table text
  • Create table cells that span several rows or columns
  • Look at I/E extensions

Day 3 Lesson Plan
  • Create frames for a Web presentation
  • Control the appearance and placement of frames
  • Control the behavior of hypertext links on a page with frames
  • Use magic target names to specify the target for a hypertext link
  • Create a page that is viewable both by browsers that support frames and by those that do not
  • Work with Netscape Navigator extensions that change the appearance of frames
  • See how CGI scripts play a role with forms
  • Review various parts of an online form
  • Create form elements using HTML tags
  • Create a hidden field on a form
  • Work with form properties
  • Learn how to send data from a form to a CGI script
  • Learn how to send form information without using CGI scripts


Visitors since July 25, 1999:


URL: http://www.talltech.com/student/htmljs/index.htm
comments to jhamlin@talltech.com

Day 4 Lesson Plan
  • Learn the features of JavaScript
  • Send output to a Web page
  • Work with variables and data
  • Work with expressions and operators
  • Create a JavaScript function
  • Work with arrays, program loops, and conditional statements

Day 5 Lesson Plan
  • Alert boxes
  • Prompts
  • Declare JavaScript externally
  • Look at some additional statements for more control.
  • Strings
  • Math functionality
  • Date Gotchas
  • Apply what you have learned with loops.
  • Apply what you have learned with arrays.
  • Objects within the hierarchy and their purpose
  • Events / event handling
  • Practical applications of JavaScript