Webforumz's RSS FeedRSS Webforumz RegistrationRegister Contact Webforumz StaffContact

how to create a table in web page?

This is a discussion on "how to create a table in web page?" within the Web Page Design section. This forum, and the thread "how to create a table in web page? are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jul 15th, 2008, 07:02
New Member
Join Date: Jul 2008
Location: pune
Age: 18
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
how to create a table in web page?

i want to know how to create o table in web page if any body knows please help me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old Jul 15th, 2008, 08:42
New Member
Join Date: Jul 2008
Location: USA
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: how to create a table in web page?

Hi, Open a text editor and type in the following:

Step2
. This creates a table of one row with two cells. The tags you are using are , Begin Table; , Table Row; End Table Data; End Table Row; and
, Table Data;
, End Table.
Step2
Create additional rows by typing before the end table tag.
Step3
Type desired information or place an image in between the and the table data tags.
Step4
Save the file and close the editor.
Step5
Place the file on a web server and then view the file in a browser to confirm that it displays properly and that all table elements are located correctly.
Hope this will help you!
Good Luck!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jul 15th, 2008, 08:56
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,615
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: how to create a table in web page?

Try learn from w3schools
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jul 15th, 2008, 09:03
welshstew's Avatar
Site Admin

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,909
Blog Entries: 14
Thanks: 9
Thanked 40 Times in 38 Posts
Re: how to create a table in web page?

try the following:
Code: Select all
<TABLE summary="This table charts the number of cups
                of coffee consumed by each senator, the type 
                of coffee (decaf or regular), and whether 
                taken with sugar.">
<CAPTION>Cups of coffee consumed by each senator</CAPTION>
<TR>
   <TH>Name</TH>
   <TH>Cups</TH>
   <TH>Type of Coffee</TH>
   <TH>Sugar?</TH>
<TR>
   <TD>T. Sexton</TD>
   <TD>10</TD>
   <TD>Espresso</TD>
   <TD>No</TD>
<TR>
   <TD>J. Dinnen</TD>
   <TD>5</TD>
   <TD>Decaf</TD>
   <TD>Yes</TD>
</TR>
<TFOOT>
<TR>
   <TD></TD>
   <TD></TD>
   <TD></TD>
   <TD></TD>
</TR>
</TFOOT>
</TABLE>
Where:
TR = Table Row
TH = Table Header
TD = Table Data
TFOOT = Table Footer

Then you can just style it using CSS.

Also, you need to remember that tables should only be used for data, not layout.

Good Luck
__________________
WelshStew Site Admin
If you think I've helped, click the "Thanks"
xtreme wales - extreme clothing | extreme sports shop | cheap sunglasses
WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Which software to use to create a web page? learner6 Starting Out 8 Mar 31st, 2008 18:56
how to create a comment page? kool77 Web Page Design 5 Jun 24th, 2007 09:26
PHP SQL create table with variable name nate2099 PHP Forum 3 Jun 12th, 2007 13:25
How do I create a shadow around my page? WebMan76 Starting Out 4 Apr 17th, 2007 02:21
how to create a members only page sing2trees Web Page Design 20 Jan 14th, 2006 06:53


All times are GMT. The time now is 19:02.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8