Button Tag in HTML - How to make a button without input tag


<Button> Tag in HTML - How to make a button without input tag

The Button Tag or<button> tag is used to make a clickable button in HTML without using the <input> tag.
The only one difference between button tag and button specified by input tag is you can place content like text and images both by <button> tag but input tag only support text.

Example:-

<button type="button">click me</button>

{ 0 comments... read them below or add one }

Post a Comment