(020)html_select_multi

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>html_select_multi.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>兴趣爱好:</label>
            <select multiple="multiple">
                <option>足球</option>
                <option>篮球</option>
                <option selected="selected">乒乓球</option>
            </select>
        </form>
  </body>
</html>

 

posted @ 2015-01-23 17:00  雪中飞雁  阅读(61)  评论(0编辑  收藏  举报