Form Submission 25.2

PHOTO EMBED

Tue Aug 30 2022 03:35:58 GMT+0000 (Coordinated Universal Time)

Saved by @cruz #javascript

<form>
   <label>Username <input type="text" name="username"></label>
   <!-- clicking either of these will cause a form submission -->
   <input type="submit"/>
   <button>Submit</button>
</form>
content_copyCOPY

https://education.launchcode.org/intro-to-professional-web-dev/chapters/forms/form-submission.html