Edit This Code:
<!DOCTYPE html>
<html>
<body>

<input type="button" onclick="alert('Hello World!')" value="Click Me!">

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy