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

23 lines
770 B
HTML

<HTML>
<STYLE>
</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>