Free Tutorials | Certifications | Definitions | LearnthatQuick | ExplainThat | Links | Forums  
Learnthat.com Free Certification and Computer Online Courses
HomeFree Online Courses and TutorialsLearnthat.com Certification ResourcesWhat is definitions, Define technical termsFree Tutorial Links and Resources
 Home : Courses : Computer : Intro to HTML : List of HTML tags

Introduction to HTML - Complete List of HTML tags

Previous Page of HTML tags

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)

 

Next Page of HTML tags

 

 
Course Outline
Popular Tutorials

Discuss this page in our Free Discussion Forums
Discussion Forum

 

 

More Certification Tutorials

Network+ Certification Tutorial
Network+, a CompTIA industry neutral networking certification is very popular among networking professionals and companies. Learn the concepts you need for this certification!

[+] MORE CERTIFICATION TUTORIALS

certification online classes courses get certified

More Lifestyle Tutorials

Microsoft Word XP
Learnthat.com's free Microsoft Word 2002 online courses. Learn the basics for using this popular word processing software package.

A+ certification free resources and online courses
All Learnthat.com Courses & Tutorials

All Courses All Courses

Money & Financial courses Money & Financial
Business Tutorials Business Courses New courses & tutorials New Tutorials
Computer Courses Computer Courses New courses & tutorials Software Help
Fun Tutorials Fun Tutorials Web Design Courses Web Design Tutorials
Home & Garden Tutorials Home & Garden Basic Windows Tutorials Windows Tutorials
Lifestyle and Family tutorials Lifestyle Tutorials Submit a Tutorial Submit a Tutorial
A+ Certification

 

Learn: Free Tutorials - LearnthatQuick - 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-2003 Learnthat.com