I have very very simple HTML:
<p>
<blockquote>
</blockquote
</p>
The p element has a rule in an external stylesheet to define the font-family and color, yet when the blockquote is inside the p, the blockquote is not inheriting any of the p‘s styles. This is in IE 9.
Why is this?
You cannot have a blockquote inside a paragraph.
Since the end tag for a paragraph is optional, the following means: