Menu

   dot image Home
   dot image Pricing
   dot image Order Design


Web Hosting

IX Web Hosting


Tutorials

   dot image Adding Images
   dot image Adding Links
   dot image Affiilation 1
   dot image Affiliation 2
   dot image Creating Headers
   dot image Creating Lists
   dot image CSS Style Sheets
   dot image Domain Names
   dot image Essential Tags
   dot image HTML Tables
   dot image Scrolling Text
   dot image Text Formatting
   dot image Web Design 1
   dot image Web Design 2
   dot image Web Hosting


HTML Dictionary

   dot image Letter A
   dot image Letter B
   dot image Letter C
   dot image Letter D
   dot image Letter E
   dot image Letter F
   dot image Letter H
   dot image Letter I
   dot image Letter K
   dot image Letter L
   dot image Letter M
   dot image Letter N
   dot image Letter O
   dot image Letter P
   dot image Letter Q
   dot image Letter S
   dot image Letter T
   dot image Letter U
   dot image Letter V


 
  <OBJECT>  
   
Embeds a software object into a document. The object can be an ActiveX object, a Quicktime movie, or any other objects or data that a browser supports. You can insert a message to visitors when there browser doesn't support this tag. I would suggest using <EMBED> tag for .wmv and .rm file extensions.
 
EXAMPLE: <OBJECT CLASSID="movie.py">
<PARAM NAME="movie" VALUE="1">Sorry your browser does not support embedded objects.</OBJECT>
 
     
     
  <OL>  
   
Contains a numbered ordered list.
 
EXAMPLE:
<OL TYPE="i">
<LI>Number 1</LI>
<LI>Number 2</LI>
<OL TYPE="t">
<LI>Number 3</LI>
<LI>Number 4</LI>
</OL>
</OL>
 
     
     
  <OPTGROUP>  
   
Logically groups items together.
 
EXAMPLE:<OPTGROUP LABEL="TypesOfFood"></OPTGROUP>
 
     
     
  <OPTION>  
   
Indicates items in a fill-out form selection list. (see the <SELECT> tag).
 
EXAMPLE:
Select a movie:<SELECT NAME="movies">
<OPTION>Crash <OPTION>Brokeback Mountain <OPTION>Good Day, Good Night <OPTION>King Kong <OPTION>Narnia <OPTION>Munich </SELECT>
 
     
     

 
Home | Pricing | Order Design

 Copyright © Masterton Enterprise 2006-2007