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


 
  <Hn>  
   
Specifies headings ina document. headings are numbered 1-6, with <H1> representing the heading for the main heading in the document and <H3> representing a heading for a nested subtopic. Generally, text inside heading tags appears in boldface and may be larger than normal document text.
 
EXAMPLE:<H1>Main Title for website</H1>

This document text is related to the main topic above which is basically nothing exciting.
 
     
     
  <HEAD>  
   
Contains document head information.
 
EXAMPLE:
<HTML>
<HEAD>
<TITLE>Example Title</TITLE></HEAD>

 
     
     
  <HR>  
   
Draws horizontal lines (rules) in your document. This useful for visually separting document sections.
 
EXAMPLE:
<H2 ALIGN="left">Example Thing</H2>
<HR ALIGN="left" WIDTH="60%">
<P>Some crazy text here just to show an example.</P>
 
     
     
  <HTML>  
   
Contains the entire document. Place these tags at the top of and bottem of your HTML file.
 
EXAMPLE:
<HTML>
<HEAD>
<TITLE>Example Title</TITLE>
</HEAD>
<BODY>
Page content here </BODY>
</HTML>
 
     
     

 
Home | Pricing | Order Design

 Copyright © Masterton Enterprise 2006-2007