24 lines
665 B
HTML
24 lines
665 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:subLang="en" subLang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Definition List</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<dl>
|
|
<dt>Love withers with predictability;</dt>
|
|
<dd>
|
|
<p>its very essence is surprise and amazement.</p>
|
|
<p>love <em>love</em> love</p>
|
|
</dd>
|
|
|
|
<dt>To make love a prisoner of the mundane is to</dt>
|
|
<dd>take its passion and lose it forever.</dd>
|
|
<dd>Leo Buscaglia</dd>
|
|
</dl>
|
|
|
|
</body>
|
|
</html>
|