์น ์ ๊ทผ์ฑ์ด๋?
์ฅ์ ์ ๊ตฌ์ ์์ด ๋ชจ๋ ์ฌ๋๋ค์ด ์ ๋ณด๋ฅผ ๊ณต์ ํ ์ ์๋ ๊ณต๊ฐ ๋ง๋ค๊ธฐ
์๋ ์์ด๋ ์น ์ปจ์์์...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="http://localhost/form.jsp">
<input type="submit" value="์ ์ก"/>
<input type="button" value="๋ฒํผ" onclick="alert('helloWorld!!')">
</form>
</body>
</html>
Document
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<from>
<input type="text"/>
<input type="submit"/>
<input type="button" value="๋ฒํผ" />
<input type="reset" />
</from>
</body>
</html>
Document
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<p>
<h1> ์ฌ์ด์ฆ ์ ํ( ๋ค์ค ์ ํ ๊ฐ๋ฅ ) </h1>
95 : <input type="checkbox" name="size" value="95"/>
100 : <input type="checkbox" name="size" value="100"/>
105 : <input type="checkbox" name="size" value="105"/>
</p>
</body>
</html>
Document
์ฌ์ด์ฆ ์ ํ( ๋ค์ค ์ ํ ๊ฐ๋ฅ )
95 : 100 : 105 :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!--
- <selcet> ํ๊ทธ๋ก ๋๋กญ๋ค์ด์ ๋ฐ์๋ฅผ ๊ตฌ์ฑํ๊ณ
- <option> ํ๊ทธ๋ก ์ ํ ํญ๋ชฉ์ ๊ตฌ์ฑํ๋ค.
-->
<form>
<fieldset>
<legend> ์ด๋ ํต์ ์ฌ ์ ํํ๊ธฐ </legend>
<div>
<label for="telecom"> ์ด๋ ํต์ ์ฌ ์ ํํ๊ธฐ </label>
<select name="telecom" id="telecom">
<option> --์ ํํ์ธ์-- </option>
<option value="SKT"> SKT </option>
<option value="LG"> LG </option>
<option value="KT"> KT </option>
</select>
</div>
</fieldset>
</form>
</body>
</html>
Document ์ด๋ ํต์ ์ฌ ์ ํํ๊ธฐ์ด๋ ํต์ ์ฌ ์ ํํ๊ธฐ --์ ํํ์ธ์-- SKT LG KT
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="http://localhost/color.jsp">
<fieldset>
<legend>์์ ์ ํํ๊ธฐ</legend>
<h1> ์์ </h1>
<select name="color" id="color">
<option value="red" > ๋ถ์์ </option>
<option value="black" > ๊ฒ์์ </option>
<option value="blue" > ํ๋์ </option>
</select>
<input type="submit" >
</fieldset>
</form>
</body>
</html>
Document ์์ ์ ํํ๊ธฐ์์
๋ถ์์ ๊ฒ์์ ํ๋์
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!--
- ์์ญ์ ๊ตฌ๋ถํ๊ธฐ ์ํ <div> ํ๊ทธ
- ์๋จ, ๋ฉ๋ด, ๋ณธ๋ฌธ, ํ๋จ ๋ฑ๊ณผ ๊ฐ์ด ์น ํ์ด์ง์ ๋ ์ด์์์ ๋ํ ์์ญ์ ๊ตฌ๋ถํ๊ธฐ ์ํด ์ฌ์ฉ๋๋ค.
- ์๋ก ์ค์ฒฉ๋์ด ์ฌ์ฉํ ์ ์์ผ๋ฉฐ, ๋ค๋ฅธ ํ๊ทธ๋ฅผ ํฌํจํ ์ ์๋ค.
- id ์์ฑ
-> ์์ญ์ ๋๋๋ div์ ์ฌ์ฉ๋ ๊ฒฝ์ฐ, ํด๋น ํ๊ทธ๊ฐ ์ด๋ค ์์ญ์ผ๋ก ์ฌ์ฉ๋์๋์ง๋ฅผ ํ์
ํ๊ธฐ ์ํด ์ง์ ํ๋ค.
-> ๋ค๋ฅธ ์์์ ์ค๋ณต๋ ๊ฐ์ ๊ฐ์ง ๋ชปํ๋ค.
-->
<!-- ์ฌ์ดํธ ์ ์ฒด ์์ญ -->
<div id="container">
<!-- ์ฌ์ดํธ ์๋จ ์์ญ(๋ก๊ณ , ๋ฉ์ธ๋ฉ๋ด ๋ฑ) -->
<div id="header">
<h1>์ฐ๋ฆฌ์ฌ์ดํธ</h1>
</div>
<hr/>
<!-- ์ฌ์ดํธ์ ๋ด์ฉ ์์ญ(์ฌ์ด๋๋ฐ, ๋ด์ฉ ๋ฑ) -->
<div id="content">
<!-- ์ผ์ชฝ ์ฌ์ด๋๋ฐ ์์ญ-->
<div id="sidebar">
<h2>๋ฉ๋ด ์ ํํ๊ธฐ</h2>
<ul>
<li>๋ฉ๋ด1</li>
<li>๋ฉ๋ด2</li>
<li>๋ฉ๋ด3</li>
</ul>
</div>
<hr/>
<!-- ์ค๋ฅธ์ชฝ ๋ณธ๋ฌธ ์์ญ -->
<div>
<!-- ์ ๋ชฉ -->
<h1>์น ์ ๊ทผ์ฑ์ด๋?</h1>
<!-- ์์ ๋ชฉ -->
<h2>
์ฅ์ ์ ๊ตฌ์ ์์ด ๋ชจ๋ ์ฌ๋๋ค์ด ์ ๋ณด๋ฅผ ๊ณต์ ํ ์ ์๋ ๊ณต๊ฐ ๋ง๋ค๊ธฐ
</h2>
<p>
์๋ ์์ด๋ ์น ์ปจ์์์...
</p>
</div>
</div>
<hr/>
<!-- ์ฌ์ดํธ ํ๋จ ์์ญ(์นดํผ๋ผ์ดํธ, ์ฃผ์ ๋ฑ) -->
<div id="footer">
<address>
copyright©codingbox.com
</address>
</div>
</div>
</body>
</html>
Document์ฐ๋ฆฌ์ฌ์ดํธ
์น ์ ๊ทผ์ฑ์ด๋?
์ฅ์ ์ ๊ตฌ์ ์์ด ๋ชจ๋ ์ฌ๋๋ค์ด ์ ๋ณด๋ฅผ ๊ณต์ ํ ์ ์๋ ๊ณต๊ฐ ๋ง๋ค๊ธฐ
์๋ ์์ด๋ ์น ์ปจ์์์...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!--
- type="file" ์์๋ ์น ํ๋ก๊ทธ๋จ์ผ๋ก ํ์ผ์ ์ ์กํ ์ ์๋๋ก ์ฐพ์๋ณด๊ธฐ ๋ฒํผ์ ํ์ํ๋ฉฐ,
ํ ๋ฒ์ ํ๋์ ํ์ผ๋ง ์ฒจ๋ถ ๊ฐ๋ฅํ๋ค.
- ๋จ ์ด ์์๊ฐ ์ฌ์ฉ๋ ๊ฒฝ์ฐ์๋ ๋ฐ๋์
<form> ํ๊ทธ์ enctype="multipart/form-data" ์์ฑ์ด ๋ช
์๋์ด์ผ ํ๋ค.
-->
<form action=" " method="post" enctype="multipart/form-data"> <!-- ์๋ฒ๋ก ํ์ผ์ ์ ์กํ ๋ ์ฝ์๋ ๊ฐ๋ค -->
<input type="file" name="profile">
<input type="submit">
</form>
</body>
</html>
Document
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<font size="8" color="powderblue">hello</font>
<font size="8" color="powderblue">hello</font>
<font size="8" color="powderblue">hello</font>
<font size="8" color="powderblue">hello</font>
<font size="8" color="powderblue">hello</font>
</body>
</html>
Document hello hello hello hello hello
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="http://localhost/method.jsp" method="post">
<input type="text" name="id">
<input type="password" name="pw">
<input type="submit">
</form>
</body>
</html>
Document
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1> ํผ </h1>
<form>
<p>
์์ด๋ : <input type="text" maxlength="20" name="id" id="id" placeholder="์์ด๋๋ฅผ ์
๋ ฅํ์ธ์." required>
<br/>
<br/>
๋น๋ฐ๋ฒํธ : <input type="password" maxlength="20" name="password" id="password" placeholder="๋น๋ฐ๋ฒํธ๋ฅผ ์
๋ ฅํ์ธ์." required>
</p>
<fieldset>
<legend> ์ฑ๋ณ </legend>
<label for="gender"> ๋จ์ </label>
<input type="radio" name="gender" id="gender" checked>
<label for="gender"> ์ฌ์ </label>
<input type="radio" name="gender" id="gender">
</fieldset>
<fieldset>
<legend>์ข์ํ๋ ๊ณผ๋ชฉ</legend>
<label>
JAVA <input type="checkbox" name="subject" id="subject" checked>
</label>
<label>
JSP <input type="checkbox" name="subject" id="subject" checked>
</label>
<label>
HTML <input type="checkbox" name="subject" id="subject" checked>
</label>
<label>
CSS <input type="checkbox" name="subject" id="subject">
</label>
</fieldset>
<p>์ง์
<select name="job" id="job">
<option> --์ ํํ์ธ์--</option>
<option value="ํ์">ํ์</option>
<option value="์ง์ฅ์ธ">์ง์ฅ์ธ</option>
<option value="์์์
">์์์
</option>
</select>
</p>
<form action="" method="post" enctype="multipart/form-data">
<input type="file" name="profile">
</form>
<p>์๊ธฐ์๊ฐ</p>
<p>
<textarea cols="40" rows="5"></textarea>
</p>
์ฐํธ๋ฒํธ : <input type="text" value="์์ธ์ ๊ฐ๋จ๊ตฌ" readonly> <button type="button">์ฐํธ๋ฒํธ</button>
<br>
<br>
์ฃผ์ : <input type="text" placeholder="์ฃผ์ ์
๋ ฅ">
<br>
<br>
์์ธ์ฃผ์ : <input type="text" placeholder="์์ธ์ฃผ์ ์
๋ ฅ">
<br>
<br>
์ฐธ๊ณ ์ฌํญ : <input type="text" disabled>
<br>
<br>
<p>
<input type="reset" value="๋ค์ ์ฐ๊ธฐ">
<input type="button" value="ํ์ธ">
</p>
</form>
</body>
</html>
Document
์์ด๋ :
๋น๋ฐ๋ฒํธ :
์ง์ --์ ํํ์ธ์-- ํ์ ์ง์ฅ์ธ ์์์
์๊ธฐ์๊ฐ
์ฐํธ๋ฒํธ : ์ฐํธ๋ฒํธ
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!--
<input name="" id="" type="" value="" maxlengh="" />
- ์
๋ ฅ ์์์ ํ์ํ๋ ํ๊ทธ
- name ์์ ์น ํ๋ก๊ทธ๋จ๊ณผ ์ฐ๊ณ๋๋ ์์ฑ์ผ๋ก ํ ํ์ด์ง ์์์ ๊ณ ์ ํ ๊ฐ์ ๋ช
์ํด์ผํ๋ค.
- id ์์ฑ์ ํด๋น ํ์ด์ง์์ ๊ทธ ์์๋ฅผ ์๋ณํ๊ธฐ ์ํ ๊ฐ์ผ๋ก ๊ณ ์ ํ ๊ฐ์ ๋ช
์ํด์ผ ํ๋ค.
- id ๊ฐ๊ณผ name ๊ฐ์ ์๋ก ๋์ผํ๊ฒ ์ง์ ํด๋ ๋ฌด๊ดํ๋ค.
- type ์์ฑ์ ๋ฐ๋ผ ํ๋ฉด์ ํ์๋๋ ์์์ ์ข
๋ฅ๊ฐ ๊ฒฐ์ ๋๋ค. (text, password, hidden, ... ๋ฑ๋ฑ)
- value ์์ฑ์ ํด๋น ์์์ ๊ธฐ๋ณธ์ ์ผ๋ก ์์ฑ๋์ด ์์ ๊ฐ์ ๊ธฐ์ ํ๋ค.
- ํ
์คํธ๋ฅผ ์
๋ ฅ๋ฐ๋ ์์์ ๊ฒฝ์ฐ maxlength ์์ฑ์ ์ฌ์ฉํ์ฌ ์ต๋ ์
๋ ฅ ๊ฐ๋ฅํ ๊ธ์ ์๋ฅผ ์ ํํ ์ ์๋ค.
-->
<form action="http://localhost/hidden.jsp">
์์ด๋ :
<input type="text" name="idvalue" id="idvalue"/>
<br>
ํจ์ค์๋ :
<input type="password" name="pwvalue" id="idvalue"/>
<br>
<input type="hidden" name="hide" id="hide"
value="gogo"/>
<input type="submit"/>
</form>
</body>
</html>
Document ์์ด๋ :
ํจ์ค์๋ :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form>
<!--์
๋ ฅ ๋ด์ฉ์ ๋ํ ๊ทธ๋ฃน์ ๋ช
์ํ๋ ๋ถ๋ถ-->
<fieldset>
<!--๊ทธ๋ฃน์ ์ ๋ชฉ-->
<legend> ๋ด์ฉ ์
๋ ฅํ๊ธฐ </legend>
<!-- ์
๋ ฅ ์์ ๋ฐฐ์น -->
<div>
<label for="user_id"> ์์ด๋ </label>
<input type="text" name="user_id" id="user_id"
maxlength="10" placeholder="์์ด๋๋ฅผ ์
๋ ฅํ์ธ์."/>
</div>
<div>
<label for="user_name"> ํ์ ์ด๋ฆ </label>
<input type="text" name="user_name" id="user_name"
maxlength="10" placeholder="์ด๋ฆ์ ์
๋ ฅํ์ธ์."/>
</div>
<div>
<label for="user_pw"> ๋น๋ฐ ๋ฒํธ </label>
<input type="password" name="user_pw" id="user_pw"
maxlength="20" placeholder="ํจ์ค์๋๋ฅผ ์
๋ ฅํ์ธ์."/>
</div>
<div>
<label for="memo"> ์๊ธฐ์๊ฐ </label>
<!-- ์ฅ๋ฌธ์ ์
๋ ฅํ๊ธฐ ์ํ ์์ -->
<textarea name="memo" id="memo" maxlength="100" placeholder="์๊ธฐ์๊ฐ ์
๋ ฅ." > </textarea>
<div>
<label for="data"> ์จ๊ฒจ์ง ํญ๋ชฉ </label>
<input type="hidden" name="data" id="data" value="data"/>
</div>
</div>
</fieldset>
</form>
</body>
</html>
Document ๋ด์ฉ ์ ๋ ฅํ๊ธฐ์์ด๋ํ์ ์ด๋ฆ๋น๋ฐ ๋ฒํธ์๊ธฐ์๊ฐ์จ๊ฒจ์ง ํญ๋ชฉ
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="http://localhost/login.jsp">
์์ด๋ :
<input type="text" name="id" id="idvalue"/>
<br>
ํจ์ค์๋ :
<input type="password" name="pwd" id="idvalue"/>
<br>
์ฃผ์ :
<input type="text" name="adress" id="adress"/>
<br>
<input type="submit"/>
</form>
</body>
</html>
Document ์์ด๋ :
ํจ์ค์๋ :
์ฃผ์ :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="http://localhost/order.jsp">
<p>
<h1>์์ (๋จ์ผ ์ ํ)</h1>
๋ถ์์ : <input type="radio" name="color3" value="red"/>
๊ฒ์์ : <input type="radio" name="color3" value="black" checked/> <!-- checked ๊ฒ์์์ด ์ ํ๋์ด์๋ ์ํ๋ก ์ผ์ง-->
ํ๋์ : <input type="radio" name="color3" value="blue"/>
</p>
<p>
<h1> ์ฌ์ด์ฆ ์ ํ( ๋ค์ค ์ ํ ๊ฐ๋ฅ ) </h1>
95 : <input type="checkbox" name="size" value="95"/>
100 : <input type="checkbox" name="size" value="100"/>
105 : <input type="checkbox" name="size" value="105"/>
</p>
<input type="submit">
</form>
</body>
</html>
Document
์์ (๋จ์ผ ์ ํ)
๋ถ์์ : ๊ฒ์์ : ํ๋์ :
์ฌ์ด์ฆ ์ ํ( ๋ค์ค ์ ํ ๊ฐ๋ฅ )
95 : 100 : 105 :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form>
<fieldset>
<legend> ์ทจ๋ฏธ ์ ํํ๊ธฐ </legend>
<div>
<label for="hobby1"> ์ถ๊ตฌ </label>
<input type="checkbox" name="sport" value="์ถ๊ตฌ" id="hobby1" checked/>
<label for="hobby2"> ๋๊ตฌ </label>
<input type="checkbox" name="sport" value="๋๊ตฌ" id="hobby2"/>
<label for="hobby3"> ์ผ๊ตฌ </label>
<input type="checkbox" name="sport" value="์ผ๊ตฌ" id="hobby3"/>
</fieldset>
<br/>
<fieldset>
<legend> ์ฑ๋ณ ์ ํํ๊ธฐ </legend>
<label for="man"> ๋จ์ </label>
<input type="radio" name="gender" id="man" value="๋จ์"/>
<label for="woman"> ์ฌ์ </label>
<input type="radio" name="gender" id="woman" value="์ฌ์"/>
</div>
</fieldset>
</form>
</body>
</html>
Document ์ทจ๋ฏธ ์ ํํ๊ธฐ์ถ๊ตฌ ๋๊ตฌ ์ผ๊ตฌ
์ฑ๋ณ ์ ํํ๊ธฐ ๋จ์ ์ฌ์
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!--
- ๋ผ๋์ค : ์ฌ๋ฌ ํญ๋ชฉ ์ค ํ ๊ฐ์ง๋ง ์ ํ๊ฐ๋ฅํจ.
- checkbox : ์ฌ๋ฌ ํญ๋ชฉ ์ค ๋ณต์๋ก ์ ํ ๊ฐ๋ฅํจ.
- radio ๋ chechbox ๋ ๋ ๊ฐ ์ด์์ ์์๊ฐ ํ๋์ ๊ทธ๋ฃน์ผ๋ก ๋ฌถ์ฌ ์์ด์ผ ํ๋๋ฐ, ์ด๋ฅผ ์ํด์
name ์์ฑ์ ๊ฐ์ ๋์ผํ๊ฒ ๋ช
์ํด์ผ ํ๋ค.
-->
<p>
<input type="radio" name="color"/>
<input type="radio" name="color"/>
<input type="radio" name="color"/>
<input type="radio" name="color"/>
</p>
<p>
<input type="radio" name="color2"/>
<input type="radio" name="color2"/>
<input type="radio" name="color2"/>
<input type="radio" name="color2"/>
</p>
<hr/> <!--์ค๋๋ง์ ๋ณธ๊ฒ๊ฐ์ง๋ง ๋ผ์ธ ์ญ์ฑ ๊ทธ์ด์ค-->
<p>
<h1>์์ (๋จ์ผ ์ ํ)</h1>
๋ถ์์ : <input type="radio" name="color3" value="red"/>
๊ฒ์์ : <input type="radio" name="color3" value="black" checked/> <!-- checked ๊ฒ์์์ด ์ ํ๋์ด์๋ ์ํ๋ก ์ผ์ง-->
ํ๋์ : <input type="radio" name="color3" value="blue"/>
</p>
</body>
</html>
Document
์์ (๋จ์ผ ์ ํ)
๋ถ์์ : ๊ฒ์์ : ํ๋์ :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!--
- semantic tag : ์๋ฏธ๋ก ์ tag
- ๋ฌธ์์ ์ ๋ณด๋ฅผ ๋ณด๋ค ์ ํํํ๊ธฐ ์ํด์ ์๋ฏธ์ ๋ง๋ ํ๊ทธ๋ฅผ ์ ์ฌ์ฉํด์ผ ํ๋ค.
- ๋จ์ํ div tag๋ก๋ง ๋ชจ๋ ๊ตฌ์กฐ๋ฅผ ์ง๋ ๊ฒ๋ณด๋ค ๋ ํ๋์ ์์๋ณผ ์ ์๊ธฐ ๋๋ฌธ์,
- ๋ค๋ฅธ ๊ฐ๋ฐ์๋ค์ด ์ฝ๋๋ฅผ ์ ์ง๋ณด์ํ๊ธฐ ๋ ํธํด์ง๋ค.
- ํ๊ทธ ์ค๋ช
article : ๋ณธ๋ฌธ
aside : ๊ด๊ณ ์ ๊ฐ์ด ํ์ด์ง์ ๋ด์ฉ๊ณผ๋ ๊ด๊ณ๊ฐ ์ ์ ๋ถ๋ถ
details : ๊ธฐ๋ณธ์ ์ผ๋ก ํ์๋์ง ์๋ ์ ๋ณด๋ค ์ ์
footer : ํ๋ฉด์ ํ๋จ์ ์์นํ๋ ์ฌ์ดํธ๋ ๋ฌธ์์ ์ ์ฒด์ ์ธ ์ ๋ณด๋ฅผ ์ ์
header : ํ๋ฉด์ ์๋จ์ ์์นํ๋ ์ฌ์ดํธ๋ ๋ฌธ์์ ์ ์ฒด์ ์ธ ์ ๋ณด๋ฅผ ์ ์
main : ๋ฌธ์์์ ๊ฐ์ฅ ์ค์ฌ์ด ๋๋ ์ปจํ
์ธ ๋ฅผ ์ ์
nav : ๋ฌธ์์ ๋ค๋น๊ฒ์ด์
ํญ๋ชฉ์ ์ ์
section : ๋ฌธ์์ ๊ตฌํ๋ค์ ์ ์
-->
<!-- ํ์ด์ง์ ์ ์ฒด ํญ์ ๊ฒฐ์ ํ ์ํ ์์ญ -->
<div>
<!-- ์๋จ ํค๋ -->
<header>
<hgroup>
<h1>์๋ฐ์ด๋ฒ ๊ฒ์ํ</h1>
</hgroup>
<nav>
<ul>
<li><a herf="">ํ์๊ฐ</a></li>
<li><a herf="">๋ฉค๋ฒ์ ์ฉ</a></li>
<li><a herf="">์ปค๋ฎค๋ํฐ</a></li>
<li><a herf="">๊ฐ์ด๋</a></li>
</ul>
</nav>
</header>
<!-- ์ค์ ์์ญ -->
<section>
<!-- ๋ณธ๋ฌธ -->
<article>
<div>
<h2>์๋ฐ์ด๋ฒ ๊ฒ์์ด๋?</h2>
<p>
์๋ฐ์ด๋ฒ ๊ฒ์ ๋๋ ์๋ฐ์ด๋ฒ์ ์ด์ผ๋ก ํ๋ ๊ฒ์์ ์ผ์ข
์ด๋ค.
</p>
</div>
<div>
<h2>์๋ฐ์ด๋ฒ ๊ฒ์์ ๋ชฉ์ </h2>
<p>
* ๋ฌดํ ๊ฒฝ์์๋์ ์ ์ํ๋ ค๊ณ ํ๋ ์์ธ
* ์กฐ์ง ๊ตฌ์ฑ์์ผ๋ก ํ์ฌ๊ธ ์ฐฝ์์ ์ด๋ฉฐ ์ ๊ธฐ์ ์ธ ์กฐ์งํ๋
* ๊ธฐ์กด์ ์ฌ๊ณ ์ ํ๋์์ ํํผ
</p>
</div>
</article>
</section>
<!-- ํ๋จ ์์ญ -->
<footer>
<address>
copyright 2023. coding box
</address>
</footer>
</div>
</body>
</html>
Document์๋ฐ์ด๋ฒ ๊ฒ์ํ
์๋ฐ์ด๋ฒ ๊ฒ์์ด๋?
์๋ฐ์ด๋ฒ ๊ฒ์ ๋๋ ์๋ฐ์ด๋ฒ์ ์ด์ผ๋ก ํ๋ ๊ฒ์์ ์ผ์ข ์ด๋ค.
copyright 2023. coding box์๋ฐ์ด๋ฒ ๊ฒ์์ ๋ชฉ์
* ๋ฌดํ ๊ฒฝ์์๋์ ์ ์ํ๋ ค๊ณ ํ๋ ์์ธ * ์กฐ์ง ๊ตฌ์ฑ์์ผ๋ก ํ์ฌ๊ธ ์ฐฝ์์ ์ด๋ฉฐ ์ ๊ธฐ์ ์ธ ์กฐ์งํ๋ * ๊ธฐ์กด์ ์ฌ๊ณ ์ ํ๋์์ ํํผ