Horje

Full Example of HTML Input Type Button

Input Button
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>Input Button</h2>

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

</body>
</html>

Output should be:

Full Example of HTML Input Type Button




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Input Types
Uploaded by:
Admin