I would like to create a read only grid on a webpage ( ie. tabular data with rows and columns [ data is fed from database ]. ) with sort capability, mouse hover and mouse click on the table cells.
For this , should I be using div tag or tag ? From what I hear is - to build a web page with left navigation , footer , header etc i.e a web page use div tags and when you need to display tabular data within page use table tag.
Offcourse it will be dynamic creation..
I am little confused , please advise.