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.
|
|
|
|
|
![]() |
||
how to create a table in web page?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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
|
|
#2
|
|||
|
|||
|
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! |
|
#3
|
|||
|
|||
|
Re: how to create a table in web page?
Try learn from w3schools
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#4
|
||||
|
||||
|
Re: how to create a table in web page?
try the following:
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 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)
|
![]() |
| Thread Tools | |
|
|
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 |