HTML Button Tags

 Example
<html>
<body>

<button type="button" onclick="alert('Thank You')">Like</button>

</body>
</html>

Preview

0 comments:

Post a Comment