Try This in notepad
<HTML>
<HEAD>
<TITLE> The Blog Text </TITLE>
</HEAD>
<BODY>
<CENTER>
<H1> Testing </H1>
<SPAN ONMOUSEOVER="this.style.fontSize='48'"
ONMOUSEOUT="this.style.fontSize='12'"
STYLE="fontSize:36"> This text gets bigger when the mouse is over it. </SPAN>
</CENTER>
</BODY>
</HTML>
save as a *.htm
No comments:
Post a Comment