11.11学习http://127.0.0.1:5500/index.html

<form>
            <input type="text">
            <input type="password">
            <input type="button" value="这是一个按钮">
            <br>
            <hr>
            <h2>猜猜答案是什么</h2>
            <input type="checkbox" name="" id="">A
            <input type="checkbox" name="" id="">B
            <input type="checkbox" name="" id="">C
            <input type="checkbox" name="" id="">D
            <hr>
            <h2>对还是错</h2>
            <input type="radio" name="" id="">√
            <input type="radio" name="" id="">×
            <hr>
            <h2>这是一个评论区</h2>
            <textarea name="" id="" cols="3θ" rows="1θ"></textarea>
            <hr>
           
        </form>
posted @ 2021-11-11 20:45  小羊不吃魚  阅读(399)  评论(2)    收藏  举报