Exforsys
+ Reply to Thread
Results 1 to 3 of 3

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...

  1. #1
    meganapriya is offline Junior Member Array
    Join Date
    Sep 2006
    Answers
    4

    Sample table code please.

    Could some one tell me a simple table code.

    Thanks


  2. #2
    nskr10 is offline Junior Member Array
    Join Date
    Oct 2006
    Answers
    2
    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.

  3. #3
    cyrus is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    128
    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



Latest Article

Network Security Risk Assessment and Measurement

Read More...