'font-family' Example
|
|
<html> <body> <div onmouseover="this.style.fontFamily='arial'" onmouseout="this.style.fontFamily='times'"> Move the mouse pointer to change the font-family value. </div> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
|