Welcome to Day 10! Today we will learn how to create buttons using the <button> tag. Buttons allow users to submit forms or trigger actions on a webpage.
<button>
Example: <button type="submit">Submit</button>
<button type="submit">Submit</button>
Back to home