Anh Tu Pham

Generation

generate login form 2 fields and button

<form> <div> <input type="text" placeholder="username"/> </div> <div> <input type="password" placeholder="password"/> </div> <div> <button type="submit">login</button> </div> </form>

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