Code examples for java, php, javascript, html5, css, html, mysql and various frameworks.
function
sayHello()
{
alert(
"Hello World!"
);
}
<button onclick=
"sayHello()"
>Click to say hello</button>