Corporate Logo: Techno Outsource (UK) Ltd.

Reliable Outsource, Flexible Workforce.

Corporate Logo: Techno Outsource (UK) Ltd.

HTML Tags

Page Structure
Text Formatting
Text Divisions
Text Lists
Multimedia
Hyper Links
HTML Forms
CSS Codes
HTML Colours
HTML Symbols
HTML Characters

Home » Useful Links » Webmaster Resources

Training: Summary of HTML Tags

 

Tags- Text Divisions

 

<p>
Paragraph
Forces new paragraph with one blank line separator
<br>
Line Break
Forces new line without blank line separator
<hr>
 
<hr width=X size=X 
align=left|right 
noshade>
Horizontal Rule
Forces new line with solid line separator. Optional attributes
width specifies the width of the line on the page, where X is absolute number of pixels or "X%" for a width relative to the browser window; size specifies the thickness of the line in pixels; align forces the line to be aligned to a side of the page rather than the center; noshade draws a solid line without 3D shading
<center>...
  </center>

<p align=center>...
  </p>
Center Alignment
Aligns everything to the center of the page
<div align=
left|center|right>
...
</div>
Division
Aligns everything to left, center, or right side of page
<table>...</table>

<table border=X 
  cellpadding=Y
  cellspacing=Z>...
  </table>
 
<tr>...</tr>
<td 
align=left|center|right 
valign=top|middle|bottom
rowspan=X colspan=Y
bgcolor=#XXYYZZ
</td>
Table
Simple table draws single pixel-width border and cell-wall divisions. Omitting the
border attribute, or setting border=0 creates an invisible table. Values for border greater than 1 will create a thicker border around the table/ cellpadding is the amount of space (in pixels) between the cell contents and its walls. cellspacing determines the width of the inner cell walls. <tr> are table row definitions and <td> are table data definitions (one cell). Options for the <td> tags are for horizontal and vertical alignment within the cell. The rowspan and colspan attributes can be used to create cells that stretch across more than one cell.

Use the bgcolor attribute to define a background color for a cell (inside a <td> tag ), a row (inside a <tr> tag ) or the entire table (inside a <table> tag ),

 
     
   

 

©2006-2025 Techno Outsource (UK) Limited. All rights reserved. .