home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Software / Vyzkuste / pagetut / pgtut440.exe / tack / barebones / barebones.txt < prev    next >
Text File  |  2000-06-30  |  22KB  |  413 lines

  1. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2.            T H E   B A R E   B O N E S   G U I D E   T O   H T M L        
  3.  
  4.                                by Kevin Werbach
  5.                              <http://werbach.com/>
  6.  
  7.                           Version 4.0 -- January 1999
  8. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  9.  
  10.  
  11. This document is available at <http://werbach.com/barebones/>, where you will
  12. also find the HTML formatted version, translations, and background materials.
  13.  
  14. The Bare Bones Guide to HTML lists all the tags that current browsers are 
  15. likely to recognize.  I have included all the elements in the official HTML 
  16. 4.0 recommendation with common attributes, as well as Netscape and Microsoft 
  17. extensions.  This document is a quick reference, not a complete specification; 
  18. for official information about HTML and its development, see the World Wide 
  19. Web Consortium site at <http://www.w3.org/MarkUp/>.
  20.  
  21. The Guide is designed to be as concise as possible, and therefore it doesn't
  22. go into any detail about how to use the various tags.  For links to some good
  23. step-by-step HTML guides, see <http://werbach.com/web/wwwhelp.html>.
  24.    
  25.  
  26.  
  27. FORMATTING OF THIS DOCUMENT
  28. ----------------------------------------------------------------------------
  29. This document looks best displayed in a monospaced font.  
  30.  
  31. For clarity, I have separated out tag attributes onto separate lines.  
  32. Generally, multiple attributes can be applied to the same tag.  
  33.  
  34. Tags are listed in upper case for ease of reading, although most tags are
  35. not case sensitive.
  36.  
  37.  
  38.  
  39. SYMBOLS USED
  40. ----------------------------------------------------------------------------
  41. URL    URL of an external file (or just file name if in the same directory)
  42. ?      Arbitrary number (i.e. <H?> means <H1>, <H2>, <H3>, etc.)
  43. %      Arbitrary percentage (i.e. <HR WIDTH="%"> means <HR WIDTH="50%">, etc.)
  44. ***    Arbitrary text (i.e. ALT="***" means fill in with text)    
  45. $$$$$$ Arbitrary hex (i.e. BGCOLOR="#$$$$$$" means BGCOLOR="#00FF1C", etc.)
  46. :::    Arbitrary date (i.e. DATETIME=":::" means "1994-11-05T08:15:30" etc.)
  47. @      Email address (i.e. "mailto:@" means "mailto:kevin@werbach.com" etc.)
  48. ,,,    Comma-delimited (i.e. COORDS=",,," means COORDS="0,0,50,50", etc.)
  49. |      Alternatives (i.e. ALIGN=LEFT|RIGHT|CENTER means pick one of these)
  50.  
  51.  
  52. COMPATIBILITY (remember, HTML is evolving and browser implementations vary)
  53. ----------------------------------------------------------------------------
  54.      (no notation) In the HTML 3.2 spec.; should work on all browsers 
  55. 4.0  Introduced in HTML 4.0 recommendation
  56. N1   Netscape extension introduced with Navigator version 1.0 or 1.1
  57. N2   Netscape extension introduced with Navigator version 2.0 
  58. N3   Netscape extension introduced with Navigator version 3.0
  59. N4   Netscape extension introduced with Navigator/Communicator version 4.0
  60. MS   Microsoft Internet Explorer extension
  61. *    Netscape extension now included in the HTML 4.0 specification
  62.  
  63. ===========================================================================
  64. ===========================================================================
  65.  
  66.  
  67.  
  68. GENERAL  (all HTML documents should have these)
  69. ---------------------------------------------------------------------------- 
  70.        Document Type    <HTML></HTML>      (beginning and end of file)
  71.        Title            <TITLE></TITLE>    (must be in header)
  72.        Header           <HEAD></HEAD>      (descriptive info, such as title)
  73.        Body             <BODY></BODY>      (bulk of the page)
  74.  
  75.  
  76. STRUCTURAL DEFINITION  (appearance controlled by the browser's preferences)
  77. ----------------------------------------------------------------------------
  78.        Heading          <H?></H?>          (the spec. defines 6 levels)
  79.          Align Heading    <H? ALIGN=LEFT|CENTER|RIGHT></H?>
  80.        Division         <DIV></DIV>
  81.          Align Division   <DIV ALIGN=LEFT|RIGHT|CENTER|JUSTIFY></DIV>
  82. 4.0    Defined Content  <SPAN></SPAN>
  83.        Block Quote      <BLOCKQUOTE></BLOCKQUOTE>    (usually indented)
  84. 4.0    Quote            <Q></Q>            (for short quotations)
  85. 4.0      Citation         <Q CITE="URL"></Q> 
  86.        Emphasis         <EM></EM>          (usually displayed as italic)
  87.        Strong Emphasis  <STRONG></STRONG>  (usually displayed as bold)
  88.        Citation         <CITE></CITE>      (usually italics)
  89.        Code             <CODE></CODE>      (for source code listings)
  90.        Sample Output    <SAMP></SAMP>
  91.        Keyboard Input   <KBD></KBD>
  92.        Variable         <VAR></VAR>
  93.        Definition       <DFN></DFN>        (not widely implemented)
  94.        Author's Address <ADDRESS></ADDRESS>
  95.        Large Font Size  <BIG></BIG>
  96.        Small Font Size  <SMALL></SMALL>
  97. 4.0    Insert           <INS></INS>        (marks additions in a new version)
  98. 4.0      Time of Change   <INS DATETIME=":::"></INS>
  99. 4.0      Comments         <INS CITE="URL"></INS>
  100. 4.0    Delete           <DEL></DEL>        (marks deletions in a new version)
  101. 4.0      Time of Change   <DEL DATETIME=":::"></DEL>
  102. 4.0      Comments         <DEL CITE="URL"></DEL>
  103. 4.0    Acronym          <ACRONYM></ACRONYM>
  104. 4.0    Abbreviation     <ABBR></ABBR>
  105.  
  106.  
  107.  
  108. PRESENTATION FORMATTING  (author specifies text appearance)
  109. ----------------------------------------------------------------------------
  110.        Bold             <B></B>
  111.        Italic           <I></I>
  112. 4.0*   Underline        <U></U>            (not widely implemented)
  113.        Strikeout        <STRIKE></STRIKE>  (not widely implemented)
  114. 4.0*     Strikeout        <S></S>          (not widely implemented)
  115.        Subscript        <SUB></SUB>
  116.        Superscript      <SUP></SUP>
  117.        Typewriter       <TT></TT>          (displays in a monospaced font)
  118.        Preformatted     <PRE></PRE>        (display text spacing as-is)
  119.          Width          <PRE WIDTH=?></PRE>   (in characters)
  120.        Center           <CENTER></CENTER>  (for both text and images)
  121. N1     Blinking         <BLINK></BLINK>    (the most derided tag ever)
  122.        Font Size        <FONT SIZE=?></FONT>       (ranges from 1-7)
  123.          Change Font Size <FONT SIZE="+|-?"></FONT>
  124.          Font Color       <FONT COLOR="#$$$$$$"></FONT>
  125. 4.0*     Select Font      <FONT FACE="***"></FONT>
  126. N4       Point size       <FONT POINT-SIZE=?></FONT>
  127. N4       Weight           <FONT WEIGHT=?></FONT>
  128. 4.0*   Base Font Size   <BASEFONT SIZE=?>  (from 1-7; default is 3)
  129. MS     Marquee          <MARQUEE></MARQUEE>
  130.  
  131.  
  132. POSITIONING
  133. ----------------------------------------------------------------------------
  134.  
  135. N3     Multi-Column     <MULTICOL COLS=?></MULTICOL>
  136. N3       Column Gutter    <MULTICOL GUTTER=?></MULTICOL>
  137. N3       Column Width     <MULTICOL WIDTH=?></MULTICOL>
  138. N3     Spacer           <SPACER>
  139. N3       Spacer Type      <SPACER TYPE=HORIZONTAL|VERTICAL|BLOCK>
  140. N3       Size             <SPACER SIZE=?>
  141. N3       Dimensions       <SPACER WIDTH=? HEIGHT=?>
  142. N3       Alignment        <SPACER ALIGN=LEFT|RIGHT|CENTER>
  143. N4     Layer            <LAYER></LAYER>
  144. N4       Name             <LAYER ID="***"></LAYER>
  145. N4       Location         <LAYER LEFT=? TOP=?></LAYER>
  146. N4       Rel. Position    <LAYER PAGEX=? PAGEY=?></LAYER>
  147. N4       Source File      <LAYER SRC="***"></LAYER>
  148. N4       Stacking         <LAYER Z-INDEX=?></LAYER>
  149. N4       Stack Position   <LAYER ABOVE="***" BELOW="***"></LAYER>
  150. N4       Dimensions       <LAYER HEIGHT=? WIDTH=?></LAYER>
  151. N4       Clipping Path    <LAYER CLIP=,,,></LAYER>
  152. N4       Visible?         <LAYER VISIBILITY=SHOW|HIDDEN|INHERIT></LAYER>
  153. N4       Background       <LAYER BACKGROUND="$$$$$$"></LAYER>
  154. N4       Color            <LAYER BGCOLOR="$$$$$$"></LAYER>
  155. N4     Inline Layer     <ILAYER></ILAYER>   (takes same attributes as LAYER)
  156. N4     Alt. Content     <NOLAYER</NOLAYER>
  157.  
  158.  
  159. LINKS, GRAPHICS, AND SOUNDS
  160. ----------------------------------------------------------------------------
  161.        Link Something   <A HREF="URL"></A>        
  162.          Link to Location <A HREF="URL#***"></A>  (if in another document)
  163.                           <A HREF="#***"></A>     (if in current document)
  164. 4.0*     Target Window    <A HREF="URL" TARGET="***"></A>
  165. 4.0*     Action on Click  <A HREF="URL" ONCLICK="***"></A>      (Javascript)
  166. 4.0*     Mouseover Action <A HREF="URL" ONMOUSEOVER="***"></A>  (Javascript)
  167. 4.0*     Mouse out Action <A HREF="URL" ONMOUSEOUT="***"></A>   (Javascript)
  168.        Link to Email    <A HREF="mailto:@"></A>
  169.          Specify subject  <A HREF="mailto:@?SUBJECT=***"></A> (use a real ?)
  170.        Define Location  <A NAME="***"></A> 
  171.        Display Image    <IMG SRC="URL">   
  172.          Alignment        <IMG SRC="URL" ALIGN=TOP|BOTTOM|MIDDLE|LEFT|RIGHT>    
  173. N1       Alignment        <IMG SRC="URL" ALIGN=TEXTTOP|ABSMIDDLE|
  174.                              BASELINE|ABSBOTTOM>
  175.          Alternate        <IMG SRC="URL" ALT="***"> (if image not displayed)
  176.          Dimensions       <IMG SRC="URL" WIDTH=? HEIGHT=?>       (in pixels)
  177.                           <IMG SRC="URL" WIDTH=% HEIGHT=%>   (as percentage)
  178.          Border           <IMG SRC="URL" BORDER=?>               (in pixels)
  179.          Runaround Space  <IMG SRC="URL" HSPACE=? VSPACE=?>      (in pixels)
  180. N1       Low-Res Proxy    <IMG SRC="URL" LOWSRC="URL">    
  181.          Imagemap         <IMG SRC="URL" ISMAP>     (requires a script)
  182.          Imagemap         <IMG SRC="URL" USEMAP="URL">
  183. MS       Movie Clip       <IMG DYNSRC="***" START="***" LOOP=?>
  184. MS     Background Sound <BGSOUND SRC="***" LOOP=?|INFINITE>
  185.        Client-Side Map  <MAP NAME="***"></MAP>   (describes the map)
  186.        Map Section        <AREA SHAPE="DEFAULT|RECT|CIRCLE|POLY" 
  187.                             COORDS=",,," HREF="URL"|NOHREF> 
  188. N1     Client Pull      <META HTTP-EQUIV="Refresh" CONTENT="?; URL=URL">
  189. N2     Embed Object     <EMBED SRC="URL">  (insert object into page)
  190. N2       Object Size      <EMBED SRC="URL" WIDTH=? HEIGHT=?>
  191. 4.0    Object           <OBJECT></OBJECT>
  192. 4.0      Parameters       <PARAM>
  193.  
  194.  
  195. DIVIDERS
  196. ----------------------------------------------------------------------------
  197.        Paragraph        <P></P>            (closing tag often unnecessary)
  198.          Align Text       <P ALIGN=LEFT|CENTER|RIGHT></P>
  199. N        Justify Text     <P ALIGN=JUSTIFY></P>
  200.        Line Break       <BR>               (a single carriage return)
  201.          Clear Textwrap   <BR CLEAR=LEFT|RIGHT|ALL>   
  202.        Horizontal Rule  <HR>
  203.          Alignment        <HR ALIGN=LEFT|RIGHT|CENTER>
  204.          Thickness        <HR SIZE=?>      (in pixels)
  205.          Width            <HR WIDTH=?>     (in pixels)
  206.          Width Percent    <HR WIDTH="%">     (as a percentage of page width)
  207.         Solid Line       <HR NOSHADE>      (without the 3D cutout look)    
  208. N1     No Break         <NOBR></NOBR>       (prevents line breaks)
  209. N1     Word Break       <WBR>              (where to break a line if needed)  
  210.  
  211.  
  212. LISTS  (lists can be nested)
  213. -----------------------------------------------------------------------------
  214.        Unordered List   <UL><LI></UL>      (<LI> before each list item)
  215.          Compact          <UL COMPACT></UL>
  216.          Bullet Type      <UL TYPE=DISC|CIRCLE|SQUARE>  (for the whole list)
  217.                           <LI TYPE=DISC|CIRCLE|SQUARE>  (this & subsequent)
  218.        Ordered List     <OL><LI></OL>      (<LI> before each list item)
  219.          Compact          <OL COMPACT></OL>
  220.          Numbering Type <OL TYPE=A|a|I|i|1>      (for the whole list)
  221.                           <LI TYPE=A|a|I|i|1>      (this & subsequent)
  222.          Starting Number  <OL START=?>             (for the whole list)
  223.                           <LI VALUE=?>             (this & subsequent)
  224.        Definition List  <DL><DT><DD></DL>  (<DT>=term, <DD>=definition)
  225.          Compact          <DL COMPACT></DL>
  226.        Menu List        <MENU><LI></MENU>  (<LI> before each list item)
  227.          Compact          <MENU COMPACT></MENU>
  228.        Directory List   <DIR><LI></DIR>    (<LI> before each list item)
  229.          Compact          <DIR COMPACT></DIR>
  230.  
  231.  
  232. BACKGROUNDS AND COLORS
  233. ----------------------------------------------------------------------------
  234.        Tiled Bkground   <BODY BACKGROUND="URL">
  235. MS       Watermark        <BODY BGPROPERTIES="FIXED">
  236.        Bkground Color   <BODY BGCOLOR="#$$$$$$"> (order is red/green/blue)
  237.          Text Color       <BODY TEXT="#$$$$$$">
  238.          Link Color       <BODY LINK="#$$$$$$">
  239.          Visited Link     <BODY VLINK="#$$$$$$">
  240.          Active Link      <BODY ALINK="#$$$$$$">
  241. (More info at <http://werbach.com/web/wwwhelp.html#color>)
  242.  
  243.  
  244. SPECIAL CHARACTERS  (these must all be in lower case)
  245. ----------------------------------------------------------------------------
  246.        Special Character &#?;            (where ? is the ISO 8859-1 code)
  247.        <                 <
  248.        >                 >
  249.        &                 &  
  250.        "                 "
  251.        Registered TM     ®
  252.        Registered TM     ®
  253.        Copyright         ©
  254.        Copyright         ©
  255.        Non-Breaking Spc   
  256. (Complete list at <http://www.uni-passau.de/%7Eramsch/iso8859-1.html>)
  257.  
  258.  
  259. FORMS  (generally require a script on your server)
  260. ----------------------------------------------------------------------------
  261.        Define Form      <FORM ACTION="URL" METHOD=GET|POST></FORM>      
  262. 4.0*     File Upload      <FORM ENCTYPE="multipart/form-data"></FORM>
  263.        Input Field      <INPUT TYPE="TEXT|PASSWORD|CHECKBOX|RADIO|
  264.                           FILE|BUTTON|IMAGE|HIDDEN|SUBMIT|RESET">
  265.          Field Name       <INPUT NAME="***">
  266.          Field Value      <INPUT VALUE="***">
  267.          Checked?         <INPUT CHECKED>  (checkboxes and radio boxes)     
  268.          Field Size       <INPUT SIZE=?>       (in characters)
  269.          Max Length       <INPUT MAXLENGTH=?>  (in characters)
  270. 4.0    Button           <BUTTON></BUTTON>
  271. 4.0      Button Name      <BUTTON NAME="***"></BUTTON>
  272. 4.0      Button Type      <BUTTON TYPE="SUBMIT|RESET|BUTTON"></BUTTON>
  273. 4.0      Default Value    <BUTTON VALUE="***"></BUTTON>
  274. 4.0    Label            <LABEL></LABEL>    
  275. 4.0      Item Labelled    <LABEL FOR="***"></LABEL>
  276.        Selection List   <SELECT></SELECT>
  277.          Name of List     <SELECT NAME="***"></SELECT>
  278.          # of Options     <SELECT SIZE=?></SELECT>
  279.          Multiple Choice  <SELECT MULTIPLE>    (can select more than one)  
  280.        Option           <OPTION>           (items that can be selected)
  281.          Default Option   <OPTION SELECTED>
  282.          Option Value     <OPTION VALUE="***">
  283. 4.0    Option Group     <OPTGROUP LABEL="***"></OPTGROUP>       
  284.        Input Box Size   <TEXTAREA ROWS=? COLS=?></TEXTAREA>
  285.          Name of Box      <TEXTAREA NAME="***"></TEXTAREA>
  286. N2       Wrap Text        <TEXTAREA WRAP=OFF|HARD|SOFT></TEXTAREA>
  287. 4.0    Group elements   <FIELDSET></FIELDSET>  
  288. 4.0    Legend           <LEGEND></LEGEND>     (caption for fieldsets)
  289. 4.0      Alignment        <LEGEND ALIGN="TOP|BOTTOM|LEFT|RIGHT"></LEGEND>
  290.  
  291.  
  292. TABLES
  293. ----------------------------------------------------------------------------
  294.        Define Table     <TABLE></TABLE>
  295. 4.0*     Table Alignment  <TABLE ALIGN=LEFT|RIGHT|CENTER>
  296.          Table Border     <TABLE BORDER></TABLE>    (either on or off)
  297.          Table Border     <TABLE BORDER=?></TABLE>  (you can set the value)
  298.          Cell Spacing     <TABLE CELLSPACING=?>
  299.          Cell Padding     <TABLE CELLPADDING=?>
  300.          Desired Width    <TABLE WIDTH=?>           (in pixels)
  301.          Width Percent    <TABLE WIDTH=%>           (percentage of page)
  302. 4.0*     Table Color      <TABLE BGCOLOR="$$$$$$"></TABLE>
  303. 4.0      Table Frame      <TABLE FRAME=VOID|ABOVE|BELOW|HSIDES|LHS|RHS|
  304.                               VSIDES|BOX|BORDER></TABLE> 
  305. 4.0      Table Rules      <TABLE RULES=NONE|GROUPS|ROWS|COLS|ALL></TABLE>
  306. MS       Border Color     <TABLE BORDERCOLOR="$$$$$$"></TABLE>
  307. MS       Dark Border      <TABLE BORDERCOLORDARK="$$$$$$"></TABLE>
  308. MS       Light Border     <TABLE BORDERCOLORLIGHT="$$$$$$"></TABLE>
  309.        Table Row        <TR></TR>
  310.          Alignment        <TR ALIGN=LEFT|RIGHT|CENTER  
  311.                               VALIGN=TOP|MIDDLE|BOTTOM>
  312.        Table Cell       <TD></TD>          (must appear within table rows)
  313.          Alignment        <TD ALIGN=LEFT|RIGHT|CENTER
  314.                              VALIGN=TOP|MIDDLE|BOTTOM>
  315.          No linebreaks    <TD NOWRAP>
  316.          Columns to Span  <TD COLSPAN=?>
  317.          Rows to Span     <TD ROWSPAN=?>
  318. 4.0*     Desired Width    <TD WIDTH=?>     (in pixels)
  319. N3       Width Percent    <TD WIDTH="%">     (percentage of table)
  320. 4.0*     Cell Color       <TD BGCOLOR="#$$$$$$">
  321.        Header Cell      <TH></TH>     (same as data, except bold centered)
  322.          Alignment        <TH ALIGN=LEFT|RIGHT|CENTER
  323.                               VALIGN=TOP|MIDDLE|BOTTOM>
  324.          No Linebreaks    <TH NOWRAP>
  325.          Columns to Span  <TH COLSPAN=?>
  326.          Rows to Span     <TH ROWSPAN=?>
  327. 4.0*     Desired Width    <TH WIDTH=?>     (in pixels)
  328. N3       Width Percent    <TH WIDTH="%">     (percentage of table)
  329. 4.0*     Cell Color       <TH BGCOLOR="#$$$$$$">
  330. 4.0    Table Body       <TBODY>
  331. 4.0    Table Footer     <TFOOT></TFOOT>    (must come before THEAD>
  332. 4.0    Table Header     <THEAD></THEAD>
  333.        Table Caption    <CAPTION></CAPTION>
  334.          Alignment        <CAPTION ALIGN=TOP|BOTTOM|LEFT|RIGHT>
  335. 4.0    Column           <COL></COL>        (groups column attributes)
  336. 4.0      Columns Spanned  <COL SPAN=?></COL>
  337. 4.0      Column Width     <COL WIDTH=?></COL>
  338. 4.0      Width Percent    <COL WIDTH="%"></COL>
  339. 4.0    Group columns    <COLGROUP></COLGROUP>   (groups column structure)
  340. 4.0      Columns Spanned  <COLGROUP SPAN=?></COLGROUP>
  341. 4.0      Group Width      <COLGROUP WIDTH=?></COLGROUP>
  342. 4.0      Width Percent    <COLGROUP WIDTH="%"></COLGROUP>
  343.  
  344.  
  345. FRAMES  (define and manipulate specific regions of the screen)
  346. ----------------------------------------------------------------------------
  347. 4.0*   Frame Document   <FRAMESET></FRAMESET>           (instead of <BODY>)
  348. 4.0*     Row Heights      <FRAMESET ROWS=,,,></FRAMESET>      (pixels or %)
  349. 4.0*     Row Heights      <FRAMESET ROWS=*></FRAMESET>  (* = relative size)
  350. 4.0*     Column Widths    <FRAMESET COLS=,,,></FRAMESET>      (pixels or %)
  351. 4.0*     Column Widths    <FRAMESET COLS=*></FRAMESET>  (* = relative size)
  352. 4.0*     Borders          <FRAMESET FRAMEBORDER="yes|no"></FRAMESET>
  353. 4.0*     Border Width     <FRAMESET BORDER=?></FRAMESET>
  354. 4.0*     Border Color     <FRAMESET BORDERCOLOR="#$$$$$$"></FRAMESET>
  355. N3       Frame Spacing    <FRAMESET FRAMESPACING=?></FRAMESET>
  356. 4.0*   Define Frame     <FRAME>           (contents of an individual frame)
  357. 4.0*     Display Document <FRAME SRC="URL">
  358. 4.0*     Frame Name       <FRAME NAME="***"|_blank|_self|_parent|_top>
  359. 4.0*     Margin Width     <FRAME MARGINWIDTH=?>    (left and right margins)
  360. 4.0*     Margin Height    <FRAME MARGINHEIGHT=?>   (top and bottom margins)
  361. 4.0*     Scrollbar?       <FRAME SCROLLING="YES|NO|AUTO">
  362. 4.0*     Not Resizable    <FRAME NORESIZE>
  363. 4.0*     Borders          <FRAME FRAMEBORDER="yes|no">
  364. 4.0*     Border Color     <FRAME BORDERCOLOR="#$$$$$$">
  365. 4.0*   Unframed Content <NOFRAMES></NOFRAMES>     (for non-frames browsers)
  366. 4.0    Inline Frame     <IFRAME></IFRAME> (takes same attributes as FRAME)
  367. 4.0      Dimensions       <IFRAME WIDTH=? HEIGHT=?></IFRAME>
  368. 4.0      Dimensions       <IFRAME WIDTH="%" HEIGHT="%"></IFRAME>
  369.  
  370.  
  371. SCRIPTS AND JAVA
  372. ----------------------------------------------------------------------------
  373.        Script          <SCRIPT></SCRIPT>  
  374.          Location        <SCRIPT SRC="URL"></SCRIPT>
  375.          Type            <SCRIPT TYPE="***"></SCRIPT>
  376.          Language        <SCRIPT LANGUAGE="***"></SCRIPT>
  377. 4.0*   Other Content    <NOSCRIPT></NOSCRIPT>  (if scripts not supported)
  378.        Applet           <APPLET></APPLET> 
  379.          File Name        <APPLET CODE="***"> 
  380.          Parameters       <APPLET PARAM NAME="***"> 
  381.          Location         <APPLET CODEBASE="URL"> 
  382.           Identifier       <APPLET NAME="***">       (for references)
  383.          Alt Text         <APPLET ALT="***">         (for non-Java browsers) 
  384.          Alignment        <APPLET ALIGN="LEFT|RIGHT|CENTER"> 
  385.          Size             <APPLET WIDTH=? HEIGHT=?>  (in pixels) 
  386.          Spacing          <APPLET HSPACE=? VSPACE=?> (in pixels)
  387. N4     Server Script    <SERVER></SERVER>
  388.  
  389.  
  390. MISCELLANEOUS
  391. ----------------------------------------------------------------------------
  392.        Comment          <!-- *** -->       (not displayed by the browser)   
  393.        Prologue         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
  394.        Searchable       <ISINDEX>          (indicates a searchable index)   
  395.          Prompt           <ISINDEX PROMPT="***">    (text to prompt input)
  396.        Send Search      <A HREF="URL?***"></a>  (use a real question mark) 
  397.        URL of This File <BASE HREF="URL">  (must be in header)   
  398. 4.0*   Base Window Name <BASE TARGET="***">(must be in header)
  399.        Relationship     <LINK REV="***" REL="***" HREF="URL">  (in header)
  400. N4     Linked File        <LINK TYPE="***" SRC="***"></LINK>
  401.        Meta Information <META>             (must be in header)
  402.        Style Sheets     <STYLE></STYLE>    (implementations vary)
  403. 4.0    Bidirect Off     <BDO DIR=LTR|RTL></BDO> (for certain character sets)
  404.  
  405.  
  406.  
  407. ============================================================================
  408. Copyright (c) 1995-1999 Kevin Werbach.  Redistribution is permitted, so long
  409. as there is no charge and this document is included without alteration in 
  410. its entirety.  This Guide is not a product of Bare Bones Software.  More 
  411. information is available at <http://werbach.com/barebones>.
  412.  
  413.