MBA 683 E-Business Technology --

Ref: HTML
Home    Site Map    Search    EhrlichOrg.com

Syllabus    Classes    References  Examples  Student Info    Guest Info

 

HTML Reference

Hyperlinks: 
local References <a href="references.htm">References</a>
within a page Forms <a href="#Web Form Examples">Forms</a>
mailto Webmaster <a href="mailto:webmaster@usfca.edu">Webmaster</a>

Graphics: basic, file formats,

Color

Fonts, alternate fonts

Frames: just say NO

Tables

Browsers don't display empty table cells and Netscape will color empty table cells. The work-around is to insert a non breaking space (&nbps;) or an image (such as a one pixel transparent GIF) to keep cells from being empty.

Web Form Examples 

One line text box

One line text box set to password

Scrolling text area

Check Box

Red  Blue Radio Buttons

  Drop Down List

Scrolling Menu allowing multiple selections

Forms consist of the form tags which surround some number of field tags. The form tags specify what page processes the form results and should look like this:

<form method=get action=file.adp>
... content tags go here
</form>

Field Options, Validation, Buttons, field sequence,

References:
CNET Web Building http://home.cnet.com/webbuilding/ 
Web Monkey http://hotwired.lycos.com/webmonkey/ 
 

 

© 2001 by Chuck Ehrlich, all rights reserved.  Comments to webmaster.  Updated on November 20, 2000.