Pro HTML5 and CSS3 Design Patterns

(avery) #1

CHAPTER 2 HTML DESIGN PATTERNS


Terminal Block Elements


HTML


<h1>Terminal Block Elements</h1>

<p>
Headings, paragraphs, blockquotes, definition terms, addresses,
and table captions are terminal block elements. They may contain only content.
An HTML validator will declare a document invalid if you attempt
to put block elements inside terminal blocks.
</p>

<blockquote> A blockquote is a terminal block. </blockquote>

<dl>
<dt>NOTE:</dt>
<dd>The content of terminal blocks is always inline.</dd>
</dl>

<address> An address is a terminal block. </address>

<table>
<caption>Table caption is a terminal block.</caption>
<tr><td></td></tr>
</table>
Free download pdf