Should we use table tag to design the layout of the webpage?

 Posted by Raja on 3/5/2009 | Category: HTML 5 Interview questions | Views: 6644
Answer:

No, <table> tag is made for rendering the data in tabular format not to design the layout of the webpage, however this is massively used for the designer because its easy to use.

To design the layout we should use <div> and/or <span> along with css classes.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response