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...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 03:50 PM. |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Import EXCEL Data into QTP Global Data Table | venkata krishnamurthy t | Software Testing | 7 | 12-09-2007 11:59 PM |
| Sample PHP code shows Blank Page | Guptha_S | PHP | 4 | 12-18-2006 02:23 AM |
| SQL Server FAQ | Limca | SQL Server | 1 | 04-27-2006 06:25 PM |
| Geometrics - GSSL Sample Paper 2 | JobHelper | Placement Papers | 0 | 05-04-2005 09:54 AM |
| Having multiple varchar2 columns in a single table | acpreddy | Oracle Tutorials | 2 | 02-01-2005 04:33 PM |