lesson 4
lesson 4
Buttons are useful when you want people to interact with your webpage.
Buttons are useful when you want people to interact with your webpage.
HTML uses the <button> element to create a button:
<button>Click me!</button>
Anything between <button> and </button> becomes the text shown on the button.
Change the text inside the button to make your own button.
Change the button text to something different, then press Run/
Next - Coming soon. Take the next step in learning HTML and building for the web.