DISPLAY AN ALERT OR GREETING TO VISITOR
Simple HTML code to display an welcome notice or alert to your visitors...They will see an alert or greeting, as soon as they enter in to your page....
1. Paste the code which is in red under the body section of your HTML document
<BODY><SCRIPT Language="Javascript"> alert("Welcome To My Web Site!"); </SCRIPT></BODY> |
2. This is the way the alert gonna be....