M.E.Farmer wrote:

> Div is a block level tag and span isn't.
> You can also group them  together and nest them.

One caveat here -- I don't believe you can (should) nest a <div> inside a
<span>, or for that matter, nest any block-level element inside an inline
element.

Jeffrey
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to