You are visitor number  
Nico's HTML Reference Chart
<HTML Tags>
HTML instructions are enclosed by tags <tag> </tag> 
This language is not case sensitive 
| <HTML> | </HTML> | Used to mark the start and end of a document | 
| <Title> | </title> | Document Title | 
| <Head> | </head> | Mark the start and end of document head | 
| <Body> | </body> | Mark the start and end of the document body | 
| <H1> <.H6> | </h1> <./h6> | Headline <h1>=largest <h6>=smallest | 
| <B> | </b> | Bold | 
| <I> | </I> | Italic | 
| ,U> | </u> | Underline | 
| <Strike | </strike> | |
| <Em> | </em> | Emphasise | 
| <Big> | </big> | Big | 
| <Var> | </var> | Var text | 
| <Listing> | </listing> | |
| <Sub> | </sub> | Subscript | 
| <Sup> | </sup> | Superscript | 
| <Br> | Single line break | |
| <P> | Paragraph double line break | |
| <!--à | Comment | |
| <Font> | </font> | |
| Size=1 to 7 or +3 or 5 etc | ||
| Color=#RRGGBB in hex | ||
| <Hr> | Size="120" | Horizintal rule | 
| Width="6" | ||
| Align="L" | 
Lists
| UL | /ul | Un-orderd list (bullets) | 
| OL | /ol | Ordered list (numbers) | 
| DL | /dl | Mark the start and end of the definition list | 
| DT | /dt | Definition list Term (text replacing bullet) | 
| DD | /dd | Definition list Definition (list item) | 
| Table | /table | Marks the start and end of the table | 
| TH | /th | Table heading | 
| Caption | /caption | Adds a table caption | 
| Table Border | /table border | Adds a border to the table | 
| TR | /tr | Marks table rows | 
| TD | /td | Marks table columns | 
| Example: <table> <tr> <td> "collumn1" </td> <td> "collumn2" </td> <td> "collumn3" </td> </tr> </table>  | 
  ||
| Optional Table Parameters | ||
| <table
    Width=200 Border=2 Bgcolor=#RRGGBB yellow=#FFFF00 Align="Center"  | 
    Table width Border Background colour Table alignment  | 
  |
| <IMG SRC="\MyFolder\MyPic.gif" | ||
(This is how hyperlinks are created)
| A | /a | The anchors | 
| Href= | Hypertext Reference | |
| Href="URL" | Enclosed text becomes a clickable link | |
| Href="#Label" | Enclosed text becomes a clickable link to a label on the same document | |
| Href="URL#Label" | Enclosed text becomes a clickable link to a label on the another document | |
| Adding Images to document hyperlinks | ||
| <IMG SRC="URL of graphic Pic" > | ||
| Adding a hyperlink to a binary file | ||
| <A Href="URL of my ZipFile.zip" > | ||
| Adding alternate text (Alternative text to the Picture for browsers that dont load images ) | ||
| <IMG SRC="URL of graphic Pic" ALT "This is the alternate text" > | ||
| VB Equivalent | |||
| Form | /form | ||
| Input text | <input
    type="text" name="Your Name" size="36" maxlength="90">  | 
    Textbox | |
| Text Area | <textarea
    name="Postal Address"  rows="5" cols="95" > </textarea>  | 
    Multi-line textbox | |
| Radio | <input
    type="radio" name="Department"  value="Sales"  | 
    Option Button | |
| Checkbox | <input
    type="checkbox" name="Male"  value="Mr"  | 
    CheckBox | |
| Dropdown Menu | <select>
    Start of dropdown menu <option Selected> default value <option> transformer </select> end of dropdown  | 
    ComboBox Combo1.Text Combo1.additem  | 
  |
| Button | <input
    type="button" value="ButtonCaption"> 
 <input type="button" value="Press
    Me"   | 
    CommandButton | |
| Submit Button | <input
    type="submit"> <input type="submit" value="Send Now OK" >  | 
    CommandButton | |
| Reset Button | <input
    type="reset" > <input type="reset" value="Clear the Form" >  | 
    CommandButton | |
| Action | <form
    action=" mailto:abc @xyz.com" method="Post"> Makes the submit button email the form  | 
    Sub Command1_Click | |
| Method | <form
    method="post"  action ="CGI-BIN/mailme" Make the submit button email the form using mailme CGI method  | 
    Sub Command1_Click | |
| Subject | When using mailto
    you can preset the subject < form name="testform" method="POST"action=" mailto:nicom@rocketmail.com?subject=URL submission for PCC web page"onsubmit=" return mailMe( this.form )" enctype="multipart/form-data"> | 
    ||
Adding Sound to your Web Page
There comes a time when you want search engines to hit your page this is the mechanism to do that
| <A Href="URL of my SoundFile.mid" > | Adding a hyperlink to a sound file | 
| <Embed SRC="URL of my SoundFile.wav" > additional commands                             
    width="180" hight="90"
      | 
    Embeding the sound file Start playing the sound automatically Repeat the sounf file continuously Hide the sound display  | 
  
| <Embed SRC="URL of my SoundFile.wav"  width="180" hight="90"   autostart="true" loop="true" hidden="true" >  | 
  |
MetaTags
There comes a time when you want search engines to hit your page this is the mechanism to do that
| <meta name= "Nico's HTML Reference Chart" | The Name of your Page | 
| content="SQL,VB,Visual,Basic,Gauteng,South,African,Pretoria> | The key words for search engine queries | 
Adding VB Script to your web page
| Script | To  code  VB Script 
    into your web page 
 </Script>  | 
    See VB Script Page | 
Adding Java Script to your web page
| Script | To  code  Java Script 
    into your web page 
 </Script>  | 
    
Tell Nico What you think of his HTML Page
Please send mail to: Nicom@rocketmail.com with comments about the content this VB Web site.
 Please Vote for this
Home Page to be listed on SA Web-Chart
Please use this URL: http://www.oocities.org/SiliconValley/Peaks/2852/index.html/
When voting for my web page
This page hosted by 
 Get your own Free
Home Page