HTML:- Button Tag

<!DOCTYPE html>
<html>

<head>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>Button Tag</title>
</head>

<body>

 <button>Button 1</button>
 <br>
 <button>Button 2</button>
 <br>
 <button>Button 3</button>
 <br>
 <button>Button 4</button>

</body>

</html>



Used of:-
  • More than one button can be used for our need.
  • In each button click , the particular functions are used to do separate operations.
HTML:- Button Tag HTML:- Button Tag Reviewed by Network security on May 02, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.