The button Element
<!DOCTYPE html>
<html>
<body>
<h1>The button Element</h1>
<button type="button" onclick="alert('Hello world!')">Click Me!</button>
</body>
</html>
Type: | html |
Category: | Web Tutorial |
Sub Category: | HTML Button |
Uploaded by: | Admin |