02-label标签.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>
    <label for="1">用户名: </label><input type="text" id="1"><br>
    <label for="男"></label><input type="radio" id="男" name="2">
    <label for="女"></label><input type="radio" id="女" name="2">
</body>
</html>

 

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