<!DOCTYPE html>
<html>
<body>
<h1>This is button tag</h1>
<button type="button" onclick="alert('Web Tutor | Believe in Development')">Click Me!</button>
</body>
</html>