html5,新增的元素,fieldset legend时间:2023-03-09 15:46:39 <form action=""> <fieldset> <legend>用户注册</legend> 账号:<input type="text"> 密码:<input type="password"> <input type="submit"> </fieldset> </form>