RetroZilla/layout/html/tests/block/bugs/17532.html
2015-10-20 23:03:22 -04:00

27 lines
580 B
HTML

<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>