HTML TABLE tag < TABLE > in html attributes - html

html table tag

 
  • HOME  • tutorials  • photos   • free grafics design   
   



CATEGORIES
EXCEL TUTORIAL
SQL TUTORIAL
WEB INFORMATION
WINDOWS
JAVASCRIPT SCRIPTS
COMPUTER SECURITY
GRAFIC DESIGN
HTML
PHP
CSS STYLE
ATLAS OF THE WORLD
DEVELOPER
PHOTOSHOP
LATEST ARTICLES
replace breaking lines in text or textarea input using php
rounded borders corners css without images
photoshop styles, asl photoshop style free download
excel color code for vba macros
sum if bolded and colored values in excel
set windows xp administrator password
sumif bold value cell in excel
php login script, free login script in php
tooltip files needed tip balloon.js, wz tooltip.js developer
tooltip javascript example html css js tooltips jquery
  home   HTML » HTML TABLE TAG

google ads
 


HTML TABLE TAG




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 IN HTML TABLE TAG CATHEGORY

•   Html Table WIDTH Atributte



Tags : ,


google ads




Leave a comment
Your name *
E-mail * ( it not be posted)
Comment title *
Your comment *
   Anti Spam (fill the number CASE SENSITIVE - UP LETTERS ) *

There are no comments ...

 

 

the latest articles :
• Replace breaking lines in text or textarea input using php
• Rounded borders corners css without images
• Photoshop styles, asl photoshop style free download
• Excel color code for VBA Macros
• SUM IF bolded and colored values in Excel
• Set Windows XP administrator password
• SUMIF bold value cell in excel
• Php Login Script, free login script in php
• Tooltip files needed tip balloon.js, wz tooltip.js developer
• Tooltip Javascript example html css js tooltips JQuery

 

eXTReMe Tracker