The Example:
Click on me
The Code
<html>
<head>
<title>
Javascript Example 1
</title>
</head>
<body>
<a href="#" onclick="alert('Hello World!');">
Click on me
</a>
</body>
</html>