|
|
|
|
|
by DCoder
1962 days ago
|
|
> use either an <a> or a <button> Generally, it should be noted that an <a> tag is only appropriate if it makes sense to right-click this element and get options to "open in new tab" or "add to bookmarks". All the stupid "buttons" implemented as <a href="#"> + e.preventDefault() need to die. |
|