4
votes
What is the easiest or fastest way to make CSS render the same in all browsers
Make sure to include the proper DOCTYPE.
I still see people regularly coping with box model issues because they forgot to include a doctype. Without the proper doctype Internet Explorer re …
