Results 1 to 4 of 4
Thread: Advantages of CSS over Table
-
02-02-2012, 06:11 AM #1
Junior
- Join Date
- Aug 2008
- Location
- USA
- Posts
- 161
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
Advantages of CSS over Table
CSS is simply the tool used to style web site’s visual information. Major advantages of CSS over tables are:
·Faster loading times than tables
·Extremely flexible for design choices
·Cross-browser compatible
·Search engine friendly
·Easier to maintain than tables
·More accessible on mobile devices than tables
·Accessible to those using assistive technologies
-
03-19-2012, 10:50 AM #2
Freshman
- Join Date
- Mar 2012
- Posts
- 13
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
You forgot to mention the main reason.... It's semantic as tables should only be used for tabular data!
-
04-13-2012, 07:24 AM #3
the main advantage is that by avoiding tables website will load faster which is user friendly as well as search engine friendly
we should avoid tables as much as we can
-
04-16-2012, 02:44 PM #4
Freshman
- Join Date
- Apr 2012
- Location
- karachi/Pakistan
- Posts
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Hi friends,
As you know that CSS is used for the formatting. In the respect of the table, if you want to apply the different formant in the different cells then css is used for this formatting .In the table ,it has one row and many column, then to identified the different cell of the column in the different format .So the css is used in the many where .
Thanking you .
Similar Threads
-
Php table
By jacismeth in forum Computer and TechReplies: 4Last Post: 11-03-2011, 08:57 AM -
Hash table
By jacismeth in forum Computer and TechReplies: 4Last Post: 11-01-2011, 09:05 AM -
How To Create a Table in php?
By Zubairjani in forum PHPReplies: 2Last Post: 07-20-2011, 12:07 PM -
how do the copy one table to another table??
By ursimrankhanna in forum DatabasesReplies: 3Last Post: 12-10-2010, 01:24 AM -
Why using table is bad
By mastermind in forum HTML / DHTMLReplies: 3Last Post: 12-11-2009, 03:52 AM


Reply With Quote

