
- Forum
- Programming Talk
- Html
- Sample table code please.
Sample table code please.
This is a discussion on Sample table code please. within the Html forums, part of the Programming Talk category; Could some one tell me a simple table code. Thanks...
-
10-11-2006, 12:00 PM #1
- Join Date
- Sep 2006
- Answers
- 4
Sample table code please.
Could some one tell me a simple table code.
Thanks
-
try this. copy and paste it in notepad/any editor. save as sample.html.
< html >
< table border="1" >
< tr > -- table row start
< td > hello< /td > -- table column
< /tr > --table row end
< /table >
< /html >
example :
< html >
< table border="1" >
< tr > < td > < font color=blue > Name < /font > < /td > < td > < font color=blue > Job < /font > < /td > < /tr > < tr > < td > < font color=gray > nskr< /font > < /td > < td > < font color=gray >
Programmer< /font > < /td > < /tr > < /table > < /html >
Hope you will get an idea.
Thanks
NSKR
Last edited by nskr10; 10-12-2006 at 02:50 PM.
-
Thanks for the code. I tried this and could get the concept clearly. Magana did you try this. If not try it out this is a good example for getting the concept asked by you.
-
Sponsored Ads
«
Attribute Needed
|
Format Used
»

Reply With Quote





