Button tag

Button tag The <button> tag:
The <button> tag creates a clickable button having some text.

<button type="button">Click Me!</button>

The <button> contains the following attributes

Attribute Value Definition
autofocus Boolean Attribute Specifies that a button should automatically get focus when the page loads
disabled Boolean Attribute Specifies that a button should be disabled
form form_ tag's name attrbute's value Specifies which form the button belongs to

Comments

Popular posts from this blog

Laravel | PHP | Basics | Part 2

Apache Hadoop | Running MapReduce Jobs

Parallel Database design, query processing