<!DOCTYPE html>
<html>
<body>
<h2>Елемент button</h2>
<button type="button" onclick="alert('Слава Україні!')">Тицни мене!</button>
</body>
</html>