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


 
  <FIELDSET>  
   
Groups related form elements.
 
EXAMPLE:
<FORM ...>
<FIELDSET>..logically related field elements...</FIELDSET>
</FORM>
 
     
     
  <FONT>  
   
Alters or sets font characteristics of the font the browser uses to display text.
 
EXAMPLE: The money was really <FONT SIZE="16">larger</FONT> than expected.
 
     
     
  <FORM>  
   
Sets up a container for a form tag. Within the <FORM> tags, you can place form input tags such as <FIELDSET>,<INPUT>,<SELECT> and <TEXTAREA>.
 
EXAMPLE: <FORM METHOD="post" ENCTYPE="application/x...." ACTION="/formresults.php">
 
     
     
  <FRAME>  
   
Defines a frame within frameset. The <FRAME> tag specifies the source file and visual characteristics of a frame. I would actually suggest using PHP's include command instead of using <FRAME> as search engines usually don't index framed sites.
 
EXAMPLE: <FRAMESET ROWS="*,70">
<FRAME SRC="framepage1.php" NAME="header">
<FRAME SRC="framepage2.php" NAME="body">
<FRAME SRC="framepage2.php" NAME="footer">
</FRAMESET>
 
     
     
  <FRAMESET>  
   
Contains frame definitions and specifies frame spacing,dimensions and attributes. Place <FRAME> tags inside <FRAMESET> tags.
 
EXAMPLE: <FRAMESET ROWS="*,70">
<FRAME SRC="framepage1.php" NAME="header">
<FRAME SRC="framepage2.php" NAME="body">
<FRAME SRC="framepage2.php" NAME="footer">
</FRAMESET>
 
     
     

 
Home | Pricing | Order Design

 Copyright © Masterton Enterprise 2006-2007