1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="AsciiDoc test">
<title>Additional Open Block and Paragraph styles</title>
</head>
<body>
<h1>Additional Open Block and Paragraph styles</h1>
<p>
</p>
<a name="preamble"></a>
<table frame="void" width="100%" cellpadding="4">
<tr><td style="border-left: 2px solid silver;">Lorum ipsum…</td></tr></table>
<table frame="void" width="100%" cellpadding="4">
<tr><td style="border-left: 2px solid silver;">
<p>Lorum ipsum…</p>
<p>Lorum ipsum…</p>
</td></tr></table>
<table frame="border" bgcolor="#ffffee" width="100%" cellpadding="4">
<tr><td>Lorum ipsum…</td></tr></table>
<table frame="border" bgcolor="#ffffee" width="100%" cellpadding="4">
<tr><td>
<p><em>A title</em></p>
<p>Lorum ipsum…</p>
<p>Lorum ipsum…</p>
</td></tr></table>
<table frame="void" cellpadding="4">
<tr valign="top">
<td>
<p><b><u>Note</u></b></p>
</td>
<td style="border-left: 1px solid silver;">
<p>Lorum ipsum…</p>
<p>Lorum ipsum…</p>
</td></tr></table>
<table frame="void" cellpadding="4">
<tr valign="top">
<td>
<p><b><u>Caution</u></b></p>
</td>
<td style="border-left: 1px solid silver;">
<p>Lorum ipsum…</p>
<p>Lorum ipsum…</p>
</td></tr></table>
<table frame="void" cellpadding="4">
<tr valign="top">
<td>
<p><b><u>Important</u></b></p>
</td>
<td style="border-left: 1px solid silver;">
<p>Lorum ipsum…</p>
<p>Lorum ipsum…</p>
</td></tr></table>
<table frame="void" cellpadding="4">
<tr valign="top">
<td>
<p><b><u>Warning</u></b></p>
</td>
<td style="border-left: 1px solid silver;">
<p>Lorum ipsum…</p>
<p>Lorum ipsum…</p>
</td></tr></table>
<table frame="void" cellpadding="4">
<tr valign="top">
<td>
<p><b><u>Tip</u></b></p>
</td>
<td style="border-left: 1px solid silver;">
<p>Lorum ipsum…</p>
<p>Lorum ipsum…</p>
</td></tr></table>
<blockquote>
<p>As he spoke there was the sharp sound of horses' hoofs and
grating wheels against the curb, followed by a sharp pull at the
bell. Holmes whistled.</p>
<p>"A pair, by the sound," said he. "Yes," he continued, glancing
out of the window. "A nice little brougham and a pair of
beauties. A hundred and fifty guineas apiece. There’s money in
this case, Watson, if there is nothing else."</p>
<p align="right">
<em>The Adventures of Sherlock Holmes</em><br>
— Sir Arthur Conan Doyle
</p>
</blockquote>
<blockquote>
<pre style="font-family: inherit;">To see a world in a grain of sand,
And a heaven in a wild flower,
Hold infinity in the palm of your hand,
And eternity in an hour.</pre>
<p align="left">
<em>from Auguries of Innocence</em><br>
— William Blake
</p>
</blockquote>
<table border="0" bgcolor="#e8e8e8" width="100%" cellpadding="10"><tr><td><!-- Generator: GNU source-highlight
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre><tt>y <font color="#990000">=</font> <font color="#993399">15</font>
<b><font color="#0000FF">if</font></b> y <font color="#990000">==</font> <font color="#993399">24</font><font color="#990000">:</font>
x <font color="#990000">=</font> <font color="#993399">42</font></tt></pre></td></tr></table>
<div>
<img src="open-block-test__1.png" style="border-width: 0;" alt="open-block-test__1.png">
</div>
<div>
<img src="open-block-test__2.png" style="border-width: 0;" alt="open-block-test__2.png">
</div>
<div>
<img src="open-block-test__3.png" style="border-width: 0;" alt="open-block-test__3.png">
</div>
<p></p>
<p></p>
<hr><p><small>
Last updated
2002-11-25 00:37:42 UTC
</small></p>
</body>
</html>
|