What are the most common HTML tags you use in main content divs?
December 30, 2008 2:01 PM
Subscribe
What are the most common HTML tags you use in main content divs? I'm trying to put together a sample document to test css.
I'm sorting through a bunch of third party css templates and have been tasked with dropping actual content into them. Not surprisingly, I'm finding a bunch of them break when faced with reality. (For example, a lot of the designers zero'd out margins and padding and seem to have forgotten to add them back to anything but paragraphs for the main content areas.)
I'd like to put together a simple sample content block to plug into the templates so I can say "Look, if this snippet won't render properly, I'm not even looking at it." I know I need to check P, UL, OL, LI (including some nested lists), IMG, TABLE, TR, TH, TD and BLOCKQUOTE. What other tags turn up in main content a lot that I should include, too?
(I realize part of the answer is to get better designers, but I have to work with what I have, and I figure getting better specs to them will smooth a lot of this out.)
posted by Karmakaze to computers & internet (16 comments total)
5 users marked this as a favorite
posted by shownomercy at 2:04 PM on December 30, 2008 [5 favorites has favorites]