<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Test</title> <style type="text/css"> .thisStyle { font-family: 微软雅黑; font-size: large; text-transform: capitalize; color: #FF00FF; text-decoration: underline overline blink; background-color: #FFFF00; padding: 10px; margin: 20px; text-align: center; font-weight: bolder; font-style: inherit; font-variant: inherit; } </style> </head> <body> <div onclick="test()" class="thisStyle">Click Me</div> <script language="javascript" type="text/javascript"> function test(){ window.alert("Just a test."); } </script> </body> </html>
Tip: You can modify parts of the code before run.
This entry was posted by 貓小豆 on Thursday, March 20th, 2008 at 22:13 and is filed under 貓子語類. (90 Views)
Name (required)
Mail (will not be published) (required)
Website