RetroZilla/layout/html/tests/tags/blockquote/1.html

23 lines
770 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>