RetroZilla/layout/html/tests/block/bugs/17532.html

27 lines
580 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<HEAD>
</HEAD>
<style>
.setfont { font-size: 10pt; }
</style>
<BODY>
<span class=setfont>
This is a SPAN.<br>
Select from the choices below to learn<br>
more about WICF or to get information<br>
about electrical projects being considered<br>
for Western North America.<br>
</span>
<br>
<br>
<div class=setfont>
This is a DIV.<br>
Select from the choices below to learn<br>
more about WICF or to get information<br>
about electrical projects being considered<br>
for Western North America.<br>
</div>
</BODY>
</HTML>