Tuesday 7, February 2012
Welcome Guest, Register | Login  
      Home    |    Tutorials    |    Free Ebooks    |    Free Scripts    |    Articles    |    Blog     |    Forum    |    About Us    |    Contact Us

Tables

Tables consist of rows and columns. In HTML you can create tables by using tag. is used to define a row in table and in each row we define cells by using
tag. These rows and cells makes columns. Each cell can contain text, images, paragraphs, lists, tables, forms etc.

 

First Column of the First RowSecond Column of the First Row
First Column of the Second Row Second Column of the Second Row

 

First Column of the First Row
Second Column of the First Row
First Column of the Second Row
Second Column of the Second Row
Table Headings

We use

to define a table heading. Heading row will be bold and centered aligned.

 




Column OneColumn Two
First Column of the First RowSecond Column of the First Row
First Column of the Second Row Second Column of the Second Row

 

Column One
Column Two
First Column of the First Row
Second Column of the First Row
First Column of the Second Row
Second Column of the Second Row
Colspan and Rowspan
Table cells can span across more than one column or row. Colspan is used to make a cell that takes more than one cell space. Rowspan is used to make a row that takes more than one row space.

 

Column Heading
First Column of the First RowSecond Column of the First Row
First Column of the Second Row Second Column of the Second Row

 

Column Heading
First Column of the First Row
Second Column of the First Row
First Column of the Second Row
Second Column of the Second Row
Empty Cells
In most browsers the empty cell cannot be displayed.  You can use non-breaking space ( ) in empty cells to be displayed properly.
 
     
   
HTML Tutorial
 
  HTML Introduction
HTML Introduction
  First HTML Page
First HTML Page
  HTML Elements
HTML Elements
  Basic Tags
Basic Tags
  TAG Attributes
TAG Attributes
  Formatting
Formatting
  Character Entities
Character Entities
  HTML Links
HTML Links
  Lists
Lists
  HTML Images
HTML Images
  Tables
Tables
  HTML Frames
HTML Frames
  BGColor
BGColor
 
 
 
Web Designing Tutorials
  HTML Tutorial
HTML Tutorial
  DHTML Tutorial
DHTML  Tutorial
  CSS Tutorial
CSS Tutorial
  XHTML Tutorial
XHTML Tutorial
 
Programming Languages Tutorials
  C Language Tutorial
C Language Tutorial
  C++ Tutorial
C++ Tutorial
  Java Language Tutorial
Java Language Tutorial
  Data Structure Theory Tutorial
Data Structure Theory Tutorial
 
Server Side Scripting Tutorials
  PHP Tutorial
PHP Tutorial
  SQL Tutorial
SQL Tutorial
  ASP Tutorial
ASP Tutorial
 
Client Side Scripting Tutorials
  JavaScript Tutorial
JavaScript Tutorial
  VBScript Tutorial
VBScript Tutorial
 
 
 
POPULAR E-BOOKS
 
Download C Programming Tutorial (K&R version 4) Ebook C Programming Tutorial (K&R version 4)
   
Download MySQL Essentials  Ebook MySQL Essentials
   
Download Qbasic Techniques for Beginners Ebook Qbasic Techniques for Beginners
   
Download Friggin  Idiot s Guide to Buying and Selling on eBay  Ebook Friggin Idiot s Guide to Buying and Selling on eBay
   
Download Six steps to Follow to garantee the Success Ebook Six steps to Follow to garantee the Success
   
 
Studiesinn.com © 2012 All Rights Reserved.
Website Designed & Developed by TechXprtz