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
MAGAZINE
LATEST ARTICLES
how to insert decimal values into a sql table row
asrep.com adsense traking script is down
list of walt disney animated movies
free php and ajax captcha scripts
convert uppercase to lowercase javascript online script
detect and block uppercase (up letters) in a string (form text input) php script
php googlebot detection script
replace breaking lines in text or textarea input using php
rounded borders corners css without images
photoshop styles, asl photoshop style free download
  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 : ,






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 page was not find

 

 

the latest articles :
• How to insert decimal values into a SQL table row
• Asrep.com adsense traking script is down
• List of Walt Disney animated movies
• Free PHP and AJAX CAPTCHA scripts
• Convert uppercase to lowercase javascript online script
• Detect and block uppercase (up letters) in a string (form text input) php script
• Php Googlebot detection script
• Replace breaking lines in text or textarea input using php
• Rounded borders corners css without images
• Photoshop styles, asl photoshop style free download

 

eXTReMe Tracker