On Tue, May 15, 2007 at 06:12:24PM -0400, The Editor wrote:
> I'm studying up a bit on the PmWiki markup table and am wondering
> exactly what the difference is between a div and a span.

<div> can contain other block elements and is generally treated
as a block-level element (i.e., "display:block"), <span> can contain
only "inline" elements and is generally treated as "display:inline".

Pm

_______________________________________________
pmwiki-devel mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to