Home >> HTML 5 >> button Tag in HTML 5

button Tag in HTML 5

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

Post Your Comment

Next Questions
canvas Tag
caption Tag
center Tag
cite Tag
code Tag
col Tag
colgroup Tag
data Tag
datalist Tag
dd Tag
del Tag
details Tag
dfn Tag
dialog Tag
dir Tag
div Tag
dl Tag
dt Tag
em Tag
embed Tag
fieldset Tag
figcaption Tag
figure Tag
font Tag
footer Tag

Copyright ©2022 coderraj.com. All Rights Reserved.