BUTTON in HTML
1. <button> Tag
The <button> tag in HTML is used to create clickable buttons. It can be customized in various ways and can contain not just text but also images or other HTML content (like icons).
Example:
<button >SUBMIT</button>
type Attribute in...
gyannbaato.hashnode.dev2 min read