RetroZilla/layout/html/tests/tags/blockquote/2.html
2015-10-20 23:03:22 -04:00

24 lines
835 B
HTML

<HTML>
<STYLE>
BLOCKQUOTE { border: 1px black solid; background-color: khaki; }
</STYLE>
<BODY>
This test will attempt to test variations on the blockquote theme.
This test will attempt to test variations on the blockquote theme.
This test will attempt to test variations on the blockquote theme.
<BLOCKQUOTE>
A basic blockquote. There should be margins on the left and right edges.
A basic blockquote. There should be margins on the left and right edges.
</BLOCKQUOTE>
This test will attempt to test variations on the blockquote theme.
<BLOCKQUOTE>
<BLOCKQUOTE>
A basic nested blockquote. There should be margins on the left and right edges.
A basic nested blockquote. There should be margins on the left and right edges.
</BLOCKQUOTE>
</BLOCKQUOTE>
This test will attempt to test variations on the blockquote theme.
</BODY>
</HTML>