<Button> tag is used to create a clickable button on your webpage under the HTML button You can insert content such as text or image within the <button> ........ </ button> tag Are there.
You should always specify the type attribute for a <Button> tag. Different browsers use different types of buttons for the element.
Example -
<input type="submit" value="Submit" />
<br /> <input type="submit" value="Send" />
<br /> <input type="submit" value="Submit Form" /><br /><button name="button" type="button">Click Here</button>
0 comments:
Post a Comment