Inline elements may contain only data and other inline elements. So putting a block-level element inside a inline-level element is a no-no.
Read the outside article: Don't Ever Put Block Inside Inline Elements
Level: Beginner
120 tips and counting!
Tips&Tricks for the modern day web designer
Submitted by: WebD&D on August 22, 2009.
Inline elements may contain only data and other inline elements. So putting a block-level element inside a inline-level element is a no-no.
Read the outside article: Don't Ever Put Block Inside Inline Elements
Level: Beginner