天天看點

元素定位和定位輔助工具Web頁面組成-代碼

Web頁面組成-代碼

<!DOCTYPE html>
<html >
<head>
    <meta charset="UTF-8">
    <title>python_web頁面_20200226</title>
</head>
<body>
<input type="text" readonly placeholder="請輸入你的名字"></input>
喜歡的歌手:
<input type="checkbox">蕭亞軒</input_type>
<input type="checkbox" checked>鄧麗君</input_type>
<input type="checkbox">毛不易</input_type>
<input type="checkbox">黴黴</input_type>
<input type="checkbox">李健</input_type>

<br>

性别:
<input  type="radio" name="sex" >男
<input  type="radio" name="sex" >女
<input  type="radio" name="sex" checked>未知

<br>
上傳檔案:
<input  type="file&