OT: why are LAMP sites slow?

JanC usenet_spam at janc.invalid
Mon Feb 7 17:27:33 EST 2005


Jeffrey Froman schreef:

> 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.

The following nesting is valid AFAIK:

  <span><object><div></div></object></span>

While this isn't:

  <span><div></div></span>


-- 
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9



More information about the Python-list mailing list