<html>
<body>
<p style="font-size:14pt">This text will be rendered in 14pt size.</p>
<hr>
<div style="padding:10px;"
onmouseover="this.style.fontSize='16pt'"
onmouseout="this.style.fontSize='12pt'">
Move the mouse pointer to change the font-size value.</div>
</body>
</html>