一个完美的表单究竟应该是怎样的html布局,未完成版

<form action="" method="">
    <fieldset>
<legend></legend>
<div>
    <lable>用户名</lable>
    <input type="text" placeholder="" name="" />
</div>
<input type="submit" name=""value=""/>
  </fieldset>
</form>
 

猜你喜欢

转载自blog.csdn.net/qq_38340601/article/details/80377801