菜鸟教程 tryhtml_legend 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <form action="">
<fieldset>
<legend>Personal information:</legend>
Name: <input type="text" size="30"><br>
E-mail: <input type="text" size="30"><br>
Date of birth: <input type="text" size="10">
</fieldset>
</form>