vifereo James

Generation

登录页面 包含用户名输入框 密码输入框 登录按钮(点击跳转百度) 忘记密码按钮(点击跳转淘宝)

<form action="http://www.baidu.com"> <input type="text" placeholder="请输入用户名" name="username"> <input type="password" placeholder="请输入密码" name="password"> <button type="submit">登录</button> <a href="http://www.taobao.com">忘记密码</a> </form>

Questions about programming?Chat with your personal AI assistant