Tuesday, June 10

Html With Table Less Architecture

A HTML page or web design which is developed without the use of tables in the html is so called a table less design.
Now we need to discuss what are the advantages which are attracting many of the web world, to either transform or build a site using table less design. Also we need know what are the costs and disadvantages of moving towards table less design.

You can develop your site in table less architecture using alternates of the tags of table. You can use DIV tag as an alternative to TABLE tag.

Now what are the benefits it can give to any web site?

Well div has many advantages over table like it makes your site loads faster. Div is mostly used in conjunction with Cascading Style Sheets (CSS) and makes your site accessible.
some of the main advantages are:
Forces You To Write Well-Formed Code
Faster Loading Time
Easier to Read Code
Print Alternate Views
Search Engine Optimization
Presentation Flexibility
Selling Yourself On Standards

There are many topics regarding css over the web and here are some of them:

http://www.philweavers.net/articles/view/id/37/
http://www.w3schools.com/css/
http://www.csstutorial.net/
http://glish.com/css/

Sites done with div/css:
www.cssbeauty.com
www.stylegala.com
www.cssmania.com
www.churchbeauty.com

Disadvantages could be:

If you are switching from Tabled architecture to table less architecture then the cost of changing your design and possible and not possible come in to play.
Also the time required to change and up the Site does matter.

if you have any of your thoughts about the table less architecture over tabled architecture then feel free to comment.

No comments:

Post a Comment