Can I see the CSS code for default html tags?
certain tags, such as <h#> <blockquote> and <ol> have a default css style to them (in the first, I would guess it's largely about font weight and size; in the second, margins and/or padding; in the third... i dunno... maybe some table format???)
I'd like to be able to see what the CSS is that generates these default display settings for various kinds of html tags. Is this possible?
|