Anh Tu Pham

Generation

a login form with 2 fields. style for that form also

<div class="container" id="main"> <form> <label>username</label> <input type="text" name="username"> <label>password</label> <input type="text" name="password"> <input type="submit" value="login"> </form> </div>

Want to kickstart your project?Use the new AI Studio to create your code