Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I saw this table and did not know how to create it. I believe this table is created in Excel...

http://www.zulubet.com/[^]
Posted

Go through the links to understand how simple html tables can be linked to stylesheets to enhance the look of the table -
http://www.w3schools.com/css/css_table.asp[^]
http://www.textfixer.com/tutorials/css-tables.php[^]
A Complete Guide to the Table Element[^]
 
Share this answer
 
Do the following:

1) Open this link in Chrome.
2) Right click on any cell in the table and click on 'Inspect Element'.
3) Find your way up to the parent <table> element and you can see the entire html markup with the css styles in the right pane of the Chrome Developer Tools.

Do the same to learn about any html element in any website.

:)
 
Share this answer
 
There is absolutely nothing special about this table. This is all your need: http://www.w3schools.com/html/html_tables.asp[^].

Also, you need to apply appropriate style for contents inside each <td>. Everything is regular HTML, nothing special.

Actually, the question is nearly off-topic, it does not require knowledge of software engineering or something more advanced.

—SA
 
Share this answer
 
Comments
Abhinav S 4-May-14 4:13am    
5!
Sergey Alexandrovich Kryukov 4-May-14 13:19pm    
Thank you, Abhinav.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900