初始HTML

初学HTML后


<html>
<head>
    <meta charset="UTF-8">
    <title>Titletitle>
head>
<body>
<form action="" method="post">
    用户名:<input type="text"><br><br>   码:<input type="password"><br><br>   别:
    男<input type="radio" name="sex"><input type="radio" name="sex">保密<input type="radio" name="sex"><br><br>   好:
    唱歌<input type="checkbox" name="hpbby">跳舞<input type="checkbox" name="hpbby">画画<input type="checkbox" name="hpbby"><br><br>
    上传头像:<input type="file"><br><br>   址:<select>
    <option value="">上海市option>
    <option value="" selected>长沙市option>
    <option value="">北京市option>
select><br><br>
    个人简介:<textarea name="" id="" cols="30" rows="10">textarea><br><br>
    <input type="submit">
    <input type="reset">

form>
body>
html>

初始HTML_第1张图片

你可能感兴趣的:(基础,html)