Course Technology logoCourse Technology
Tutorial 1

*
Online 
 Companion 
 Home 

directory folder
Documents 

 Tutorial 1 
 Tutorial 2 
 Tutorial 3 
 Tutorial 4 
 Tutorial 5 
 Tutorial 6 
 Tutorial 7 
 Tutorial 8 
 Tutorial 9 
 Tutorial 10 


directory folder
Gallery 

directory folder
Software 


directory folder
Data Files 

directory folder
Reference 

 HTML Tags 

 Appendix D: 
 JavaScript 
 Objects, 
 Properties, 
 Methods, 
 Event 
 Handlers 

 Appendix E: 
JavaScript 
 Operators, 
 Elements, 
 Keywords 
  
 Appendix F: 
 Cascading 
 Style Sheets 




Web Pages and HTML icon

Creating  a  Web  Page
Web Fundamentals and HTML

Additional Topics

*The W3 Consortium and Other Sites
*Variations on Bulleted Lists
*Variations on Horizontal Lines
*Extended Character Sets


The W3 Consortium and Other Sites

The World Wide Web Consortium (also known as W3C) is responsible for the development of common protocols for the evolution of the World Wide Web. You can learn more about W3C by visiting the W3C home page. The W3C site contains specifications for all versions of HTML as well as the latest proposals for future modifications of HTML. The W3C site is an excellent place to learn about the latest issues regarding HTML development.

Different browsers will support various extensions to the standards set by the W3C. You can read more about Netscape's support of HTML and other standards at http://developer.netscape.com/.

Microsoft provides information about the Internet Explorer browser at: http://msdn.microsoft.com/workshop/.

To the top

Variations on Bulleted Lists

----
If you are using Internet Explorer 4.0, Netscape 3.0 or Netscape 4.0, you may want to explore the TYPE property used with the <UL> tag. The TYPE property allows you to specify a form for the unordered list bullet. Possible values for the TYPE property are: DISC, CIRCLE and SQUARE. Here are examples of using the TYPE property in unordered lists:

Type=DISCType=CIRCLEType=SQUARE
  • Dogs
  • Cats
  • Fish
  • Dogs
  • Cats
  • Fish
  • Dogs
  • Cats
  • Fish
Another popular variation on bulleted lists is to use inline images to represent the bullets. This Web site has a gallery of button images suitable to act as bullets in bulleted lists. You can get inline images suitable for using in bulleted lists from the following sources:
The Clip Art Review
Free Bullets from 4YEO
Artist for Hire - Balls and Bullets Directory
Ball Boutique
Yahoo's List of Graphic Sites on the Web

To the top

Variations on Horizontal Lines

----
You may want to use extensions to the <HR> tag. The NOSHADE property supported by both Netscape Navigator and Internet Explorer allows you to create horizontal lines without 3D shading. Here are two horizontal lines, with and without the NOSHADE property.

If you're using Internet Explorer, you can also use the COLOR property by which they can specify the line's color as shown below: (you may not see this if you are not using Internet Explorer.)


Inline images can be substituted for horizontal lines. This Web site has a gallery of line images. You can also go to the following pages to access collections of graphical lines.
The Clip Art Review
Clipart Connection - Lines
Bimsan's Graphics - Buttons and Bars
Home of the Horizontal Rule!
Artist for Hire - Line Directory
Yahoo's List of Graphic Sites on the Web

To the top

Extended Character Sets

----
In addition to the special characters discussed in Tutorial 1, HTML supports additional characters used for Greek symbols, mathematical symbols, and international characters. Be aware that older browsers will not support these symbols, so you should use them with caution. A list of these extended characters and their code numbers can be found at: http://www.w3.org/TR/html4/sgml/entities.html.


*Online Companion Home
*Software  *Gallery  directory folderData Files  
*Documents:  Tutorial 1 | Tutorial 2 | Tutorial 3 | Tutorial 4
Tutorial 5 | Tutorial 6 | Tutorial 7 | Tutorial 8 | Tutorial 9 | Tutorial 10


*Reference:  HTML Tags, Properties | Appendix D:Web Pages and HTML icon
JavaScript Objects, Properties, Methods, Event Handlers
Appendix E:  JavaScript Operators, Elements, Keywords
Appendix F:  Cascading Style Sheets

To the top

*
Website design by SKDesigns.Course Technology © 2000*
*