Breaking News

css Load More



Wednesday, 31 July 2013

GREAT HTML TABLES - FOR BLOGGER, WORDPRESS, JOOMLA, PROJECTS.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Table 1: Simple Table


Demo:


Each table starts with a table tag. Each table row starts with a tr tag. Each table data starts with a td tag.

One column:

100

One row and three columns:

100200300

Two rows and three columns:

100200300
400500600





--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Table 2: Tables Without Borders


Demo:


This table has no borders:

100200300
400500600

And this table has no borders:

100200300
400500600



CODE: Get its code


--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Table 3: Table Header


Demo:


Table headers:

NameTelephoneTelephone
Bill Gates555 77 854555 77 855

Vertical headers:

First Name:Bill Gates
Telephone:555 77 854
Telephone:555 77 855



CODE: Get its code


--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Table 4: Table with a Caption


Demo:



Monthly savings
MonthSavings
January$100
February$50







--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Table 5: Table cells than span more than one row/column 


Demo:


Cell that spans two columns:

Telephone
Name
Bill Gates
555 77 854
555 77 855

Cell that spans two rows:

Telephone:
First Name:Bill Gates

555 77 854
555 77 855







--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Table 6: Tags inside a table


Demo:



This is a paragraph
This is another paragraph
This cell contains a table:
AB
CD
This cell contains a list
  • apples
  • bananas
  • pineapples
HELLO







--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Table 7: Cell padding (controls white space between text and borders)


Demo:


Without cell padding:

FirstRow
SecondRow

With cell padding:

FirstRow
SecondRow







--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Table 8: Cell spacing (controls space between cells)


Demo:


Without cellspacing:

FirstRow
SecondRow

With cellspacing="0":

FirstRow
SecondRow

With cellspacing="10":

FirstRow
SecondRow






--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------



Share This
Blogger
Facebook
Disqus

comments powered by Disqus

No comments:

Post a Comment

Subscribe
Labels
Popular Posts

Subscribe Via Email

About Us

Advertisment

Like Us

© tryiblog All rights reserved | Designed By Seo Blogger Templates