Code
<!DOCTYPE html>
<html>
    <body>
        <button type="button" onclick="alert('welcome to wikitechy')">Click Me!</button>
    </body>
</html>

Result