HTML Button Example

<!DOCTYPE html>

<html>

<body>

<h2>HTML बटन</h2>

<p>HTML buttons are defined with the button tag:</p>

<button>मुझे क्लिक करें</button>

</body>

</html>


Result in Browser (ब्राउज़र में परिणाम)

HTML बटन

HTML buttons are defined with the button tag:

Comments