Internet Master References : "The Whole Internet" by Kiersten Conner-Sax & Ed Krol. Review: Compressing and uncompressing files, encoding and decoding files
Extension Web Development Tools Why Create a Web Page?
Page Layout and Design
What are Tags?HTML tags are code that instruct browsers. They are encapsulated within less-than (<) and greater-than (>) brackets. The syntax is simple:
Tags can be single-element (stand-alone) or used in pairs: Stand alone -- <BR> -- line break Paired -- <b>Bold text</b> Tags may have options: < tag option1 option2 option3 > <HR SIZE=8 NOSHADE> Basic HTML Elements <HTML><HEAD> <TITLE>Basic Elements</TITLE> </HEAD><BODY>
Important Tags
For more information on HTML Tags, see the The Bare Bones Guide to HTML Creating Web Pages with Netscape Composer - Demonstration
Creating Web Pages with FrontPage Express - DemonstrationKeep us posted - worksheet
|