form

by Esther Mun

HTML

<form action = "http://brainstation.io">
    UserName: </br>
    <input type = "text" name = "Username" /> </br>
    Password: </br>
<input type = "text" name = "Password" /> </br>
Comments </br>
<textarea></textarea> </br>
    <button>Submit</button>
            
    
</form>