11.11學習http://127.0.0.1:5500/index.html
阿新 • • 發佈:2021-11-11
<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>