html table tag

  • HOME  • tutorials  • photos   • free grafics design    • questions and answers  • distance calculator  • maps
   



CATEGORIES
EXCEL TUTORIAL
SQL TUTORIAL
WEB INFORMATION
WINDOWS
JAVASCRIPT SCRIPTS
COMPUTER SECURITY
GRAFIC DESIGN
HTML
PHP
CSS STYLE
ATLAS OF THE WORLD
DEVELOPER
PHOTOSHOP
MAGAZINE
TOP LISTS
LATEST ARTICLES
md5 hash generator online tools windows linux c php
remove duplicates in html lines online javascript
documentgetelementbyid()innerhtml javascript set example
how to block processes from starting and running in windows xp
list of us american presidents with pictures
ucwords javascript convert online tool
hex to rgb converter javascript for colors online
letter-spacing css property for html pages
sql inject protection without complicated class php script and tutorial
how to insert decimal values into a sql table row
  home   HTML » HTML TABLE TAG
google ads
 
 
 

HTML TABLE TAG


Views: 7

HTML < TABLE > TAG

HTML allows to groupe data in the tables. To insert tables on web pages is a need for the following tags:

<table> ...</ table> - generates table (without rows and columns) ;
<tr> ...</ tr> - turn generates a table ;
<td> ... </ td> - generates a table cell ;

Tables have the following attributes to be created:

width = "300" - indicates the width of a table or cell (in pixels or as a percentage of page width) ;
align = "center" - indicates how to align the table (possible values - left, right, center) ;
border = "1" - indicates border  table width (0 - without BORDER) ;
bordercolor = "#EB0000" - indicates border color;
cellspacing = "0" - indicates the amount of space between cells (0 - no space) ;
cellpadding = "3" - indicates the amount of space between cells (0 - no space) ;
bgcolor = "#cccccc" - indicates the background color table, row or cell ;
colspan = "2" - indicates that a cell can be over 2 or more columns ;
rowspan = "2" - indicates that a cell can be over 2 or more lines ;

Example:
To generate the table below was used the following code:


Column1
Column2
Column3
Content 1
Content 2
Description


<table width="413" border="1" cellpadding="0" cellspacing="0" bordercolor="#3366FF">
  <tr>
    <td width="99" bgcolor="#33CCFF"><div align="center">Column1</div></td>
    <td width="96" bgcolor="#33CCFF"><div align="center">Column2</div></td>
    <td width="210" bgcolor="#33CCFF"><div align="center">Column3</div></td>
  </tr>
  <tr>
    <td><div align="center">Content 1 </div></td>
    <td><div align="center">Content 2 </div></td>
    <td> <div align="center">Description </div></td>
  </tr>
 
</table>





Articles related to HTML TABLE TAG
•   Html Table WIDTH Atributte




Leave a comment

Your name *
Your comment *
   Anti Spam code *

There are no comments on this article...Page not found!



the latest articles:
• MD5 hash generator Online tools Windows Linux C Php
• Remove duplicates in html lines online javascript
• documentgetElementById()innerHTML javascript set Example
• How to block processes from starting and running in Windows XP
• List of us american presidents with pictures
• Ucwords javascript convert online tool
• Hex to rgb converter javascript for colors online
• Letter-spacing CSS property for html pages
• SQL Inject protection without complicated class php script and tutorial
• How to insert decimal values into a SQL table row
what is the height of statue of liberty
hollywood movies
map from faisalabad to hasilpur pakistan
driving distance between tanga and bagamoyo
how to abbreviate million dollars
how long do butterflies live in captivity

 

eXTReMe Tracker