-1

button tag without using java in html

I have try using javascript but i'm curious to know is their something we can use it without javascript

  • 3
    Don't. Links are links. Button are buttons. They mean different things. They do different things. They have different [affordances](https://uxplanet.org/ux-design-glossary-how-to-use-affordances-in-user-interfaces-393c8e9686e4). – Quentin Nov 29 '22 at 15:57

1 Answers1

-1

You mean like this?

<button><a href="yourlink">Link Button</a></button>

but why?

yogis75
  • 1
  • 2