03-下拉表单.html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <form>
    籍贯:
    <select>
        <option>山东</option>
        <option>北京</option>
        <option selected="selected">四川</option>
    </select>
</form>
</body>
</html>

 

posted @ 2021-07-29 15:01  hycsuper  阅读(21)  评论(0)    收藏  举报