x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<h1>This is button tag</h1>
6
7
<button type="button" onclick="alert('Web Tutor | Believe in Development')">Click Me!</button>
8
9
</body>
10
</html>