The <button> tag is clickable in HTML. We can use only one button tag for a web page.
For example:-
<!DOCTYPE html>
<html>
<head>
<title>Button Tag</title>
</head>
<body>
<button>Click Here!</button>
</body>
</html>
Output
Copyright ©2022 coderraj.com. All Rights Reserved.