<fieldset>标签

<!DOCTYPE html>
<html>
  <head> 
    <meta charset="utf-8"> 
    <title>菜鸟教程(runoob.com)</title> 
  </head>
  <body>     <form>       <fieldset style="border:1px solid red">        <legend>Personalia:</legend>        Name: <input type="text"><br>        Email: <input type="text"><br>         Date of birth: <input type="text">      </fieldset>     </form>   </body> </html>

效果图:

 

posted @ 2017-08-24 18:17  岁月淡忘了谁  阅读(267)  评论(0)    收藏  举报