Say your message to someone in programming language even HTML will do.
I'll start with this one in JavaScript:
Code:<<html> <head> <script type="text/javascript"> function saySomething() { alert("Hello fellow istoryans\n\n say a message to someone in programming languages."); } </script> </head> <form> <input type="button" value="Click me!" onclick="saySomething()" /> </form> </html>