HTML表单标签

2020-12-25 07:27

阅读:418

标签:password   view   pass   button   北京   lazy   照片   inf   file   

技术图片

 

 

DOCTYPE html>
html lang="en">
head>
    meta charset="UTF-8">
    meta name="viewport" content="width=device-width, initial-scale=1.0">
    title>Documenttitle>
head>
body>
    
    form>
        p>
            
            label for="name">用户名:label>
            input type="text" id="name">
        p>
        p>
            label for="">密码:label>
            input type="password">
        p>
        p>
            label for="">性别:label>
            input type="radio">input type="radio">p>
        p>
            label for="">爱好:label>
            input type="checkbox">美女
            input type="checkbox">学习
            input type="checkbox">打游戏
        p>
        p>
            label for="">照片:label>
            input type="file">
        p>
        p>
            label for="">个人描述:label>
            textarea name="" id="" cols="30" rows="10">textarea>
        p>
        p>
            label for="">籍贯:label>
            select name="" id="">
                option value="">北京option>
                option value="">成都option>
                option value="">深圳option>
                option value="">广州option>
            select>
        p>
        p>
            input type="submit" value="提交">
            input type="reset" value="重置">
            input type="button" value="按钮">
        p>
    form>
body>
html>

 

HTML表单标签

标签:password   view   pass   button   北京   lazy   照片   inf   file   

原文地址:https://www.cnblogs.com/fangkun/p/13933833.html


评论


亲,登录后才可以留言!