One of the most inconsistent thing about browsers is the default margins and paddings elements have. Make them all zero and start from there make life easier to make your websites look all the same on various browsers.
[ top of page ]
Take out the leftmargin, rightmargin, topmargin, bottommargin for IE/Opera and marginwidth and marginheight for Firefox/Mozilla/Netscape. These attributes are not part of the W3C standards.
[ top of page ]
A bunch of div tags that make up your site. Used for position a bunch of stuff just as you use tables to position stuff, but they are implemented differently.
[ top of page ]
Making these boxes wrap like text characters/words behave when it does a soft-return in a line of text in a paragraph. Useful in making galleries or shopping carts.
[ top of page ]
Make these list look better than the usual.
[ top of page ]
The basics are done, what to do next and where to go for help.
[ top of page ]