Forms 25.1

PHOTO EMBED

Tue Aug 30 2022 03:32:31 GMT+0000 (Coordinated Universal Time)

Saved by @cruz #javascript

<html>
   <head>
      <title>Form Example</title>
   </head>
   <body>
      <form>
         <label>Username <input type="text" name="username"/></label>
         <label>Team Name <input type="text" name="team" value="JavaScript"/></label>
      </form>
   </body>
</html>
content_copyCOPY

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