<!--
button ๋ง๋ค๊ธฐ - ํ๋ ์ผ์ ๋ฐ๋ผ type ์ง์ ํ์
<input type="button | reset | submit | image">
<button type="button | reset | submit">
-->
<input type="button" onclick="alert('input ๋ฒํผ')" value="input button">
<button type="button" onclick="alert('๊ทธ๋ฅ ๋ฒํผ')">button</button>
reset๋ฒํผ
<!--reset ๋ฒํผ: ํผ์ ์
๋ ฅ๋ ๋ด์ฉ์ ์ง์ฐ๊ณ ์ด๊ธฐํํ๋ ๋ฒํผ-->
<form>
<input type="text">
<input type="reset" value="์ง์ฐ๊ธฐ">
<button type="reset">button ์ง์ฐ๊ธฐ</button>
</form>
submit๋ฒํผ
<form action="" method="">
<input type="text">
<input type="submit" value="์ ์ก">
<button type="submit">button ์ ์ก</button>
</form>
image๋ฒํผ
<form action="" method="">
<input type="text">
<input type="image" src="">
<button type="image">
<img src="">
</button>
</form>
inputํ๊ทธ์ buttonํ๊ทธ๋ฅผ ๊ฐ์ด ์ฐ๋ ์ด์
<input> <button> ์ ๊ฐ์ด ์ฐ๋๊ฐ?
<!--
ํ์ด์ง๋ ์น์
์ ๋จธ๋ฆฌ๋ง์ ํํ. (์ ๋ชฉ, ๊ฐ๋จํ ์๊ฐ ์ค๋ช
)
<section>, <article> ์์์๋ ์ฌ์ฉ ๊ฐ๋ฅ
<head>๋ ๋ค๋ฆ
-->
<header>
header ์์ญ
</header>
<!-- ๋ชฉ์ฐจ -->
<nav> nav ์์ญ
<ul>
<li>๋ฉ๋ด1</li>
<li>๋ฉ๋ด2</li>
</ul>
</nav>
<!-- ์ฑ
์ ์ฑํฐ(์ฅ) ๊ฐ๋
-->
<section>section์์ญ</section>
<!-- ๋
๋ฆฝ์ ์ธ ์ฝํ
์ธ
<article>article์์ญ</article> -->
<!-- ๋ฌธ์ ์ฃผ์ ๋ถ๋ถ์์ ๋ฒ์ด๋ ๋ด์ฉ, ํ๋ฉด ๊ตฌ์ฑ์์ ์ค๋ฅธ์ชฝ, ์ผ์ชฝ ๋ฐฐ์น -->
<aside>aside์์ญ</aside>
<!-- ์ ์, ์ ์๊ถ, ์ฃผ์, ์ฐ๋ฝ์ฒ -->
<footer>footer</footer>
<!-- div :division marker (์์ญ ๋ง๋ค๊ธฐ) -> ๋ธ๋ก์ด๋ค
๋น์ท:span -->
<div id="nav"></div>
<nav></nav>
๋ฌธ์ ๊ตฌ์กฐํ๊ฐ ํ์ํ ์ด์
<p> ๋ฌธ๋จ์ด ์์ด์
<h1> ์ ์ผ ํฐ ์ ๋ชฉ
<div> ๋ธ๋ก์ด์์
semantic web
<header> <section> <article> <main> <nav>
<style>
p{
border: 1px solid red;
width: 30%;
}
div{
border: 1px solid yellow;
}
span{
border: 1px solid blue;
color:blueviolet;
}
</style>
<head> ์์ <style>
<body>
<!-- display : inline, block, inline-block -->
<p>dafddfsff</p>
<p>123456789</p>
<div>
dfdfdf
</div>
<!-- ๋ํ์ ์ธ inlineํ๊ทธ -->
<span>spanํ๊ทธ</span>์
๋๋ค.
</body>
inline
๋ด์ฉ์ด ํ์๋ ์์ญ๋ง ํฌํจ.
inline ์์ฑ ํ๊ทธ๋ฅผ ์ฐ๋ฌ์ ์์ฑํ๋ฉด ํ ์ค์ ํ์๋๋ค.
block
๋ด์ฉ์ด ํ์๋ ๊ฐ๋ก ์์ญ ๋ชจ๋ ํฌํจ.
block ์์ฑ ํ๊ทธ๋ฅผ ์ฐ๋ฌ์ ์์ฑํด๋ ๋ค์์ค์ ํ์๋๋ค.
<body>
<header>
<h1>๋ณผํ๊ฐ ์๋ง๋ฐ์ฐ์ค ๋ชจ์ฐจ๋ฅดํธ</h1>
<p>1756๋
1์ 27์ผ ์์ธ ๋ถ๋ฅดํฌ์์ ํ์ด๋ ์ฒ์ฌ์ ์ธ ์ค์คํธ๋ฆฌ์์ ์๊ณก๊ฐ ๋ชจ์ฐจ๋ฅดํธ(1756๋
1์ 27์ผ ~ 1791๋
12์ 5์ผ)๋ฅผ ์๊ฐํ๋ค.</p>
<figure>
<img width="160px" height="200px" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Wolfgang-amadeus-mozart_1.jpg/500px-Wolfgang-amadeus-mozart_1.jpg">
<figcaption>1770๋
๋ ์ด์ํ</figcaption>
</figure>
</header>
<nav>
<h2>๋ชฉ์ฐจ</h2>
<ul>
<li><a href="#">์์ </a></li>
<li><a href="#">์ฃฝ์</a></li>
<li><a href="#">์์
</a></li>
</ul>
</nav>
<section>
<article id="life">
<h2>์์ </h2>
<p>๋ชจ์ฐจ๋ฅดํธ๋ 1756๋
1์ 27์ผ ์์ธ ๋ถ๋ฅดํฌ์์ ํ์ด๋์,
๊ถ์ ์์
๊ฐ์๋ ์๋ฒ์ง ์๊ฒ ํผ์๋
ธ์ ๋ฐ์ด์ฌ๋ฆฐ์ ๋ฐฐ์ ๊ณ , ๋ค์ฏ์ด ๋ ์ด๋ฏธ ์๊ณก์ ํ๊ธฐ ์์ํ์ผ๋ฉฐ, 1764๋
์์ 1765๋
์ฌ์ด์ ๋ฐํ๋ก๋ถํฐ ์ฒ์์ผ๋ก ๊ตํฅ๊ณก์ ์๊ณกํ๋ ๋ฒ์ ๋ฐฐ์ ๋๋ฐ ์ด๊ฒ์ด ๋ชจ์ฐจ๋ฅดํธ๊ฐ ์๋ง์ ๊ตํฅ๊ณก์ ๋จ๊ธฐ๋ ๊ณ๊ธฐ๊ฐ ๋์๋ค. ๋ชจ์ฐจ๋ฅดํธ๋ ๋น์์ 1784๋
์ 14์ธ์ธ ๋ฒ ํ ๋ฒค์ ๋ง๋ ๋ฒ ํ ๋ฒค์ ๊ต์ก์ํค๋๋ฐ ์ ๋
ํ๊ธฐ๋ ํ๋ค.</p>
</article>
<article id="death">
<h2>์ฃฝ์</h2>
<p>๋ชจ์ฐจ๋ฅดํธ๋ 1791๋
12์ 5์ผ ์ค์ 0์ 55๋ถ๊ฒฝ์ ๊ฐ์๊ธฐ ๋ณ์ผ๋ก ์ฃฝ์์ผ๋ฉฐ ๋ชจ์ฐจ๋ฅดํธ๊ฐ
์์ฑํ์ง ๋ชปํ ์ํ ๋ ํด์ ์ ํ๋์ธ ํฌ์ฌ๋ฒ ์ฅ์ค๋ง์ด์ด(Franz Xaver Sรผssmayr)๊ฐ ์์ฑ์์ผฐ๋ค.</p>
</article>
<article id="music">
<h2>์์
</h2>
<p>์คํ๋ผ, ๊ตํฅ๊ณก, ํ์ง๊ณก, ๊ดํ์
์ฉ ๋ฌด๊ณก, ํผ์๋
ธ ํ์ฃผ๊ณก, ๋ฐ์ด์ฌ๋ฆฐ ํ์ฃผ๊ณก, ๊ตํ์ฉ ์ฑ์
๊ณก,
์นธํํ, ๋ฏธ์ฌ๊ณก ๋ฑ ๋ค์ํ ์ฅ๋ฅด๋ฅผ ์์ฐ๋ฅด๋ฉฐ 600 ์ฌ๊ณก์ ์๊ณกํ์ฌ ํ๋์ ๋จ๊ฒผ๋ค.</p>
</article>
</section>
<aside>
<h3>๋ชจ์ฐจ๋ฅดํธ์ ์ฃฝ์์ ์ฝํ ์ ์ค</h3>
<p>๋ชจ์ฐจ๋ฅดํธ์ ์ฅ๋ก์ ๋ ๋น๊ฐ ์ค๊ณ ์ฒ๋ฅ์ด ์ณค๋ค๊ณ ํ๋ New Groove์ ๋ฐ๋ฅด๋ฉด ์ฌ์ค์ ๊ตฌ๋ฆ ํ ์
์๋ ์พ์ฒญํ ๋ ์ด์๋ค๊ณ ํ๋ค</p>
</aside>
<aside>
<details>
<summary>์๊ณก๊ฐ ๋ชจ์ฐจ๋ฅดํธ๋ฅผ ์ฃผ์ ๋๋ ์์ฌ๋ก ํ ์ํ</summary>
<p>๋ฎค์ง์ปฌ ๋ชจ์ฐจ๋ฅดํธ</p>
<p>์ํ ์๋ง๋ฐ์ฐ์ค</p>
<p>์ฐ๊ทน ์๋ง๋ฐ์ฐ์ค</p>
</details>
</aside>
<footer>
<p>2017๋
10์ 7์ผ ์์ฑ, ์ํคํผ๋์ด ์ฐธ๊ณ </p>
</footer>
</body>
html ๊ตฌ์กฐ์ ๋ํด ์์ธํ ์๊ฒ๋์๋ค.