(022)html_submit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>html_submit.html</title>
    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->

  </head>
  
  <body>
     <form action="#" method="post">
         <label for="myname">姓名</label>
         <input type="text" name="myname" value=""> <br/>
         <input type="submit" value="submit"> <br/>
     </form>
  </body>
</html>

 

posted @ 2015-01-24 20:14  雪中飞雁  阅读(100)  评论(0编辑  收藏  举报