<Workshop> 10:00-16:00
๊ธ์ผ์ ์ํน๋ฐฑ์์ฆ ๋ฐฉ๋ฒ๋ก ์ ํ์ฉํ ํฌํธํด๋ฆฌ์ค ์ํฌ์ต์ ์งํํ๋ค.
(feat. ์๋์ค ์ฝ์น | ์ฐ์ํํ
ํฌ์ฝ์ค)
09:00 ~ 10:00 : ํ๋น๋ฉ
5๋ช
๋จ์ ์๊ท๋ชจ ํ์ผ๋ก ์งํํ๊ณ , ํธ์ฑ์ ๋๋ค์ผ๋ก ๋ ๊ฑฐ์์
์์ด์ค๋ธ๋ ์ดํน
10:00 ~ 11:50
์ํน๋ฐฑ์์ฆ ๋ฐฉ๋ฒ์ผ๋ก ์ญ๋ ์์๋๋ก ์์ฑํ๋ ํฌํธํด๋ฆฌ์ค์ ๋ํ ์๊ฐ
13:00 ~ 16:00
ํ๊ณ
์ ๋ง Action plan
์ ๋๋ ์์ด ์ง ๋ค.
์ฌ๋ฌ ์ฌ๋์ ๋ง๋ ์ ์๋ค.
1) Get ๋ฐฉ์__ url์ ์น๋ ๊ฒ๊ณผ ๊ฐ์. ๋ณด์ด๋ ์ฃผ์
โ url ํธ์ถ ๋ฐฉ์๊ณผ ๋์ผ &๋ก ์ฐ๊ฒฐ (key-value)
2) Get | post : server๊ฐ ๋ฐ๋ ๋ฐฉ์์ ๋๋ค ๋์ผ
<form action="./009.html" method="GET">
<input type="text" name="ID" id="">
<input type="password" name="PW" id="">
<button type="submit"> log in </button> </form>
<form action="./009.html" method="get">
<input type="text" name="id" id="">
<input type="password" name="pw" id="">
<button type="submit">๋ก๊ทธ์ธ</button><br>
<input type="text"><br>
<input type="password"><br>
<input type="date"><br>
<input type="time"><br>
<input type="range"><br>
<input type="color"><br>
<input type="radio"><br>
/* ๋ค์ค์ ํ */
<input type="checkbox"><br>
<input type="file"><br>
<textarea name="name" rows="8" cols="80"></textarea>
</form>
<form action="./009.html" method="get">
/* label for ์ name ๊ณผ input์ name์ผ๋ก ์ฐ๊ฒฐ๋จ */
<label for="**one**">์ด๋ฆ : </label>
<input type="text" name="id" id="**one**">
<label for="two">ํจ์ค์๋ : </label>
<input type="password" name="pw" id="two">
<button type="submit">๋ก๊ทธ์ธ</button><br>
<input type="text"><br>
<input type="password"><br>
<input type="date"><br>
<input type="time"><br>
<input type="range"><br>
<input type="color"><br>
<input type="radio"><br>
<input type="radio"><br>
/* radio ์์ name์ด ๊ฐ์ผ๋ฉด 1๊ฐ์ง๋ง ์ ํ */
<label for="male">man</label>
<input type="radio" name="์ฑ๋ณ" id="male" value="๋จ">
<label for="female">woman</label>
<input type="radio" name="์ฑ๋ณ" id="female" value="์ฌ">
<input type="checkbox"><br>
<input type="file"><br>
<textarea name="name" rows="8" cols="80"></textarea> </form>
<label for="myDevice">ํ์ฌ ์ฌ์ฉํ๊ณ ์๋ ์ค๋งํธํฐ์ ์ ์กฐ์ฌ๋ฅผ ์ ํํด์ฃผ์ธ์</label>
</form>
<form action="./009.html" method="get">
<select name="device" id="myDevice">
<option value="iphone">์์ดํฐ</option>
<option value="galaxy">๊ฐค๋ญ์ํฐ</option>
<option value="ใ
ใ
">LGํฐ</option>
</select>
<button type="submit">์ ํ</button><br>
์ค๋์ HTML Form Tag ๊น์ง ์ง๋๋ฅผ ๋๊ฐ๋ค.
์ ๋ง ์ฒ์ฒํ ํด์ฃผ์
์ ๋๋ฌด ๋คํ์ด๋ค,,
์๋ฐ์คํฌ๋ฆฝํธ๊น์ง ์ด์ ๋ ์๋๋ฉด,,, ์ข์ํ
๋ฐ :)
์ํ๋ ๋ถ๋ค๋ ๋๋ฌด ๋ง์ฝ
์ด์ฌํ ํ๋ ๋๊ธฐ๋ค๋ ์ ๋ง ๋งํ
๋๋ ํด๋ก ์ฝ๋ฉ์ด ์ด๋ ต๋ฐ ํฟ
์ฒซ ๊ณผ์ (?) ์๋ ์ด๋ ฅ์ ๋ถํฐ ๋ค์ํ๊ณ ์๋ค.
ํ...
ํ๋ ๊ผฌ์ด๋ฉด ์ฒจ๋ถํฐ ๋ค์ ํ๋ ๋ฒ๋ฆ ์ ๋ถ๋ ๊ณ ์น๊ณ ์ถ๋ค.
์ผ๋จ, CSS๋ก ๋์ด๊ฐ์ ^^ ๐ถโ๐ซ๏ธ