i need to develop a web site which will be compatiable with maxmium browsers
currently i have IE, FIREFOX & chrome , will be using asp.net
i had started the layout using tables but when i checkd in IE & FF it was terrribaly miserable . so i want to knw how culd i design a site with comptability in design
is DIV a better choice or tables or anything else
Table layouts for sites are outdated and shouldn’t be used now that browsers support CSS, a better tool for page layout. (It’s better not to mix layout into the HTML, as you get a much less accessible site.)
So, ideally, learn as much as you can about CSS and HTML. And get as many browsers as you can to test on, as you really need to test sites as you build them. You can use virtual machines to run multiple versions of browsers. This is particularly necessary for the various versions of Internet Explorer.