+ 10
HOW TO MAKE A BUTTON WITHOUT USING FORM TAG??
I want to know whether there is a way we can make a button without form tag and if it is possible then how to add css designs on it? Can we use 'target' or 'action' in a button?
3 odpowiedzi
+ 2
<button style=""><a href="#" target="_blank">link</a></button>
+ 3
Please complete your JavaScript course, only ask any question here.