आप HTML में बटन कैसे बनाते हैं?
How do you create a button in HTML?
A
<button>button text</button>
B
<input type="button">button text</input>
C
<btn>button text</btn>
D
<submit>button text</submit>
Explanation
Correct Answer: A) <button>button text</button>