<!DOCTYPE html>
<html>
<body>
<h2>Кнопка вводу</h2>
<input type="button" onclick="alert('Слава Україні!')" value="Тицни мене!">
</body>
</html>