์น ํ๋ก๊ทธ๋๋ฐ - form์ ์์ฉ
2020. 9. 17. 00:32ใ์ ๊ณต ๊ณผ๋ชฉ/์น ํ๋ก๊ทธ๋๋ฐ
์น ํ๋ก๊ทธ๋๋ฐ - form์ ์์ฉ
์ค๋์ form์์ ์ค์์ fieldset, legend๋ฅผ ์ด์ฉํด์ ๋ ๊ตฌ์กฐ์ ์ธ ํผ์ ๋ง๋ค์ด ๋ณผ ๊ฒ์ด๋ค.
fieldset์ ํฐ ํ, legend๋ ํ์ ์ ๋ชฉ์ด๋ผ๊ณ ๋ณด๋ฉด ๋๋ค.
์๋ ํ๋ฉด์ ํ๋ฒ ๋ง๋ค์ด๋ณด๋๋ก ํ์.
์์ค ์ฝ๋
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h2>ํผ ์ฐ๊ฒฐํ๊ธฐ</h2>
<form name = "form1" method ="get" action = "">
<fieldset>
<legend>๋ก๊ทธ์ธ ์ ๋ณด</legend>
์์ด๋:<input type = "text" name = "id"><br>
๋น๋ฐ๋ฒํธ:<input type = "password" name = "pwd" maxlength = "5"><br>
์ด๋ฉ์ผ:<input type = "text" name = "email" ><br>
</fieldset>
<fieldset>
<legend>๊ฐ์ธ์ ๋ณด</legend>
์ด๋ฆ:<input type = "text" name= "irum"><br>
์๋
์์ผ:<input type = "text" name ="birth"><br>
</fieldset>
<fieldset>
<legend>์ ์์ ๋ณด</legend>
์ฑ๋ณ <input type ="radio" name = "woman">์ฌ์ฑ <input type = "radio" name = "man">๋จ์ฑ<br>
์ทจ๋ฏธ<input type = "checkbox" name = "read">๋
์<input type = "checkbox" name = "swim">์์<input type = "checkbox" name = "movie">์ํ๊ฐ์<input type = "checkbox" name ="travle">์ฌํ
</fieldset>
<fieldset>
<legend>์์</legend>
<select name = "subject" size =5>
<option>๊ฒ์ํ๊ณผ</option>
<option>์ปดํจํฐ๊ณตํ๊ณผ</option>
<option>์ ๋ณดํต์ ํ๊ณผ</option>
<option>์ตํฉ์ํํธ์จ์ดํ๊ณผ</option>
<option>๊ตญ๋ฌธ๊ณผ</option>
</select>
</fieldset>
<fieldset>
<legend>์ฅ์ </legend>
์ทจ๋ฏธ <input type = "text" name = "hobby">
</fieldset>
<input type = "submit" value = "๊ฐ์
ํ๊ธฐ"><input type = "reset" value = "์ทจ์">
</form>
</body>
</html>
'์ ๊ณต ๊ณผ๋ชฉ > ์น ํ๋ก๊ทธ๋๋ฐ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์น ํ๋ก๊ทธ๋๋ฐ - DOM-2 (0) | 2020.09.17 |
---|---|
์น ํ๋ก๊ทธ๋๋ฐ - dom (0) | 2020.09.17 |
์น ํ๋ก๊ทธ๋๋ฐ - form (0) | 2020.09.17 |
์น ํ๋ก๊ทธ๋๋ฐ- ํฉํ ๋ฆฌ์ผ, ๊ณผ์ ๊ตฌ๋งคํ๊ธฐ (0) | 2020.09.05 |
์น ํ๋ก๊ทธ๋๋ฐ -ํจ์, ๊ตฌ๊ตฌ๋จ ์ถ๋ ฅํ๊ธฐ (2) | 2020.09.05 |