|
Posted by kchayka on 04/10/06 15:41
Bill wrote:
>
> anything out there that can tell me what should be an h1 vs h2, etc....
For a good HTML 4 reference, see
<URL:http://www.htmlhelp.com/reference/html40/olist.html>
> is it top down like an outline or do the tags h1,h2,h3, etc just really
> relate to the items look.
Generally speaking, it is more like an outline. Looks aren't relevant,
since they can easily be changed with CSS.
> should I really be using <br> to break up content in a paragraph or
> would it be more correct to use a div with a setting in the style sheet?
It would be more correct to use paragraph markup for paragraphs. ;)
IOW, <p>
Don't use <div> (or <span>) when there is a more appropriate element for
the particular job.
--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Navigation:
[Reply to this message]
|