<!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:
<!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 buttons are defined with the button tag:
Comments
Post a Comment