,
Login Or Sign up

How does one set HTML "Button" type via CSS only?

29 Views Asked by At

There are three types of buttons in HTML5: <button type="button" ...>, <button type="submit" ...>, and <button type="reset" ...> We'd prefer to use CSS classes to set the type to keep the HTML compact, but I haven't been able to figure out how. Is this related to question #16383182?

0

There are 0 best solutions below