Learnthat.com Free Certification and Computer Online Courses
ThatNetwork.com Internet Media Network Exampractice.com free certification practice exams, mcse, comptia Definethat.com - Free technical definitions, define Free Romance Tips, Romantic Tips, Date Ideas Free POD publisher comparison print on demand
Learnthat.com Free A+ Certification, Computer Classes, Certification Courses, Business, Lifestyle, ApplicationsFree business tutorials and definitionsFree certification tutorials and definitionsFree computer and technical tutorials and technical definitionsFree Finance Tutorials and DefinitionsFree House Repair TutorialsFree Lifestyle and Fun Tutorials
  All Online CoursesNew Courses QuickTipsWord DefinitionsSubmit a TutorialLinks
÷ Resources
Home
free tech tutorials
Free Tutorials
free tech tutorials
Certifications
free tech tutorials
Definitions
free tech tutorials
Resources/Links
free tech tutorials
Forums
free tech tutorials
Distance Education
free tech tutorials
Highest Rated Tutorials
÷ Popular Tutorials
÷ New Tutorials

Introduction to HTML

 

 

POSITIONING
N3 Multi-Column <MULTICOL COLS=?></MULTICOL>  
N3 Column Gutter <MULTICOL GUTTER=?></MULTICOL>  
N3 Column Width <MULTICOL WIDTH=?></MULTICOL>  
N3 Spacer <SPACER>  
N3 Spacer Type <SPACER TYPE=HORIZONTAL|VERTICAL|BLOCK>  
N3 Size <SPACER SIZE=?>  
N3 Dimensions <SPACER WIDTH=? HEIGHT=?>  
N3 Alignment <SPACER ALIGN=LEFT|RIGHT|CENTER>  
N4 Layer <LAYER></LAYER>  
N4 Name <LAYER ID="***"></LAYER>  
N4 Location <LAYER LEFT=? TOP=?></LAYER>  
N4 Rel. Position <LAYER PAGEX=? PAGEY=?></LAYER>  
N4 Source File <LAYER SRC="***"></LAYER>  
N4 Stacking <LAYER Z-INDEX=?></LAYER>  
N4 Stack Position <LAYER ABOVE="***" BELOW="***"></LAYER>  
N4 Dimensions <LAYER HEIGHT=? WIDTH=?></LAYER>  
N4 Clipping Path <LAYER CLIP=,,,></LAYER>  
N4 Visible? <LAYER VISIBILITY=SHOW|HIDDEN|INHERIT></LAYER>
N4 Background <LAYER BACKGROUND="$$$$$$"></LAYER>  
N4 Color <LAYER BGCOLOR="$$$$$$"></LAYER>  
N4 Inline Layer <ILAYER></ILAYER> (takes same attributes as LAYER)
N4 Alt. Content <NOLAYER></NOLAYER>  

 

LINKS, GRAPHICS, AND SOUNDS
  Link Something <A HREF="URL"></A>  
  Link to Location <A HREF="URL#***"></A> (if in another document)
    <A HREF="#***"></A> (if in current document)
4.0* Target Window <A HREF="URL" TARGET="***"></A>  
4.0* Action on Click <A HREF="URL" ONCLICK="***"></A> (Javascript)
4.0* Mouseover Action <A HREF="URL" ONMOUSEOVER="***"></A> (Javascript)
4.0* Mouse out Action <A HREF="URL" ONMOUSEOUT="***"></A> (Javascript)
  Link to Email <A HREF="mailto:@"></A>  
N, MS Specify Subject <A HREF="mailto:@?SUBJECT=***"></A> (use a real question mark)
  Define Location <A NAME="***"></A>  
  Display Image <IMG SRC="URL">  
  Alignment <IMG SRC="URL" ALIGN=TOP|BOTTOM|MIDDLE|LEFT|RIGHT>
N1 Alignment <IMG SRC="URL" ALIGN=TEXTTOP|ABSMIDDLE|BASELINE|ABSBOTTOM>
  Alternate <IMG SRC="URL" ALT="***"> (if image not displayed)
  Dimensions <IMG SRC="URL" WIDTH=? HEIGHT=?> (in pixels)
    <IMG SRC="URL" WIDTH=% HEIGHT=%> (as percentage of page width/height)
  Border <IMG SRC="URL" BORDER=?> (in pixels)
  Runaround Space <IMG SRC="URL" HSPACE=? VSPACE=?> (in pixels)
N1 Low-Res Proxy <IMG SRC="URL" LOWSRC="URL">  
  Imagemap <IMG SRC="URL" ISMAP> (requires a script)
  Imagemap <IMG SRC="URL" USEMAP="URL">  
MS Movie Clip <IMG DYNSRC="***" START="***" LOOP=?>  
MS Background Sound <BGSOUND SRC="***" LOOP=?|INFINITE>  
  Client-Side Map <MAP NAME="***"></MAP> (describes the map)
  Map Section <AREA SHAPE="DEFAULT|RECT|CIRCLE|POLY" COORDS=",,," HREF="URL"|NOHREF>
N1 Client Pull <META HTTP-EQUIV="Refresh" CONTENT="?; URL=URL">
N2 Embed Object <EMBED SRC="URL"> (insert object into page)
N2 Object Size <EMBED SRC="URL" WIDTH=? HEIGHT=?>  
4.0 Object <OBJECT></OBJECT>  
4.0 Parameters <PARAM>  

 

DIVIDERS
  Paragraph <P></P> (closing tag often unnecessary)
  Align Text <P ALIGN=LEFT|CENTER|RIGHT></P>  
N Justify Text <P ALIGN=JUSTIFY></P>  
  Line Break <BR> (a single carriage return)
  Clear Textwrap <BR CLEAR=LEFT|RIGHT|ALL>  
  Horizontal Rule <HR>  
  Alignment <HR ALIGN=LEFT|RIGHT|CENTER>  
  Thickness <HR SIZE=?> (in pixels)
  Width <HR WIDTH=?> (in pixels)
  Width Percent <HR WIDTH="%"> (as a percentage of page width)
  Solid Line <HR NOSHADE> (without the 3D cutout look)
N1 No Break <NOBR></NOBR> (prevents line breaks)
N1 Word Break <WBR> (where to break a line if needed)

 

LISTS
  Unordered List <UL><LI></UL> (before each list item)
  Compact <UL COMPACT></UL>  
  Bullet Type <UL TYPE=DISC|CIRCLE|SQUARE> (for the whole list)
  Bullet Type <LI TYPE=DISC|CIRCLE|SQUARE> (this & subsequent)
  Ordered List <OL><LI></OL> (before each list item)
  Compact <OL COMPACT></OL>  
  Numbering Type <OL TYPE=A|a|I|i|1> (for the whole list)
  Numbering Type <LI TYPE=A|a|I|i|1> (this & subsequent)
  Starting Number <OL START=?> (for the whole list)
  Starting Number <LI VALUE=?> (this & subsequent)
  Definition List <DL><DT><DD></DL> (<DT>=term, <DD>=definition)
  Compact <DL COMPACT></DL>  
  Menu List <MENU><LI></MENU> (before each list item)
  Compact <MENU COMPACT></MENU>  
  Directory List <DIR><LI></DIR> (before each list item)
  Compact <DIR COMPACT></DIR>  

 

BACKGROUNDS AND COLORS
 
  Tiled Bkground <BODY BACKGROUND="URL">    
MS Watermark <BODY BGPROPERTIES="FIXED">    
  Bkground Color <BODY BGCOLOR="#$$$$$$"> (order is red/green/blue)  
  Text Color <BODY TEXT="#$$$$$$">    
  Link Color <BODY LINK="#$$$$$$">    
  Visited Link <BODY VLINK="#$$$$$$">    
  Active Link <BODY ALINK="#$$$$$$">    
  (More info at http://werbach.com/web/wwwhelp.html#color)

 

SPECIAL CHARACTERS
 
  Special Character &#?; (where ? is the ISO 8859-1 code)  
  < &lt;    
  > &gt;    
  & &amp;    
  " &quot;    
  Registered TM &#174;    
  Registered TM &reg;    
  Copyright &#169;    
  Copyright &copy;    
  Non-Breaking Space &nbsp;    
  (Complete list at http://www.uni-passau.de/%7Eramsch/iso8859-1.html)

 

 

by Learnthat.com

Find more free Internet tutorials from Learnthat.com.

More Information:

Help us by rating this tutorial: [---] [--] [+] [++] [+++]
[---] lowest; [+++] highest

 

 

 


Learn: Free Tutorials - Links to Free Tutorials
Understand: Free Technical Definitions - ExplainThat Whitepapers
Use: Certification Section - Discussion Forum

Visit Our Network Sites:

DefineThat.com Technical Defintions Romancetips.com
Free Gift Ideas - GiveThat Planthat.com Free Unique Business Ideas
PublishOnDemand.net - Learn about Print on Demand (POD) - Self Publishing Seekthat.com - Technical Search Engine
ThatNetwork.com  

About Us : Contact Us : Advertise : Privacy Information

© 1998-2004 Learnthat.com