How do i have an input that has both Button type and Reset type in HTML?

saleh

New member
<input type='reset'>
<input type="button">
How do i combine both so that i could have a single input with both button type and reset type.
 
Back
Top