Total members 11890 |It is currently Tue Apr 23, 2024 8:59 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





This example presents using CSS properties to control the background and border colors of the table tag.

Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<
head>
  <
title>Table with  colored background</title>
  <
style rel="stylesheet" type="text/css">
table {
  
background-color#CCEEBB;
  
width400px;
   
border2px dashed #CC3311;
   
font-familyarialverdanasans-serif;
}
table caption {
   
font-size0.8em;
}

</
style>
</
head>

<
body>
<
table>
  <
caption>Table with  colored background </caption>
  <
tr>
    <
th>Column 1 header</th>
    <
th>Column 2 header</th>
  </
tr>
  <
tr>
    <
td>Row 1 data1</td>
    <
td>Row 1 data2</td>
  </
tr>
  <
tr>
    <
td>Row 2 data1</td>
    <
td>Row 2 data2</td>
  </
tr>
  <
tr>
    <
td>Row 3 data1</td>
    <
td>Row 3 data2</td>
  </
tr>
  <
tr>
    <
td>Row 4 data1</td>
    <
td>Row 4 data2</td>
  </
tr>
</
table>

</
body>
</
html>

   
    
 




_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : Table with colored background
 Multi colored table rows     -  
 Table background image problem     -  
 Add background to body     -  
 background attachments     -  
 two Different background colors     -  
 X and Y background position     -  
 Background Extraction     -  
 Moving Background in flash     -  
 Background color - mile200     -  
 visual c++ MFC background threads     -  



Topic Tags

HTML Table






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com