Created
March 2, 2020 23:28
-
-
Save JJTech0130/eb373b91645e8f7c2e0efcef2eb50d70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
| |
<h2>HTML Buttons</h2> | |
<p>HTML buttons are defined with the button tag:</p> | |
| |
<button>Click me</button> | |
| |
</body> | |
</html> | |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment