HTML
์์ํ๊ธฐ
- ๋ธ๋ผ์ฐ์ ์์ ๋ณด์ด๋ ํ๊ทธ ๊ธฐ๋ฐ์ ์ธ์ด
- ์ฝํ
์ธ ๋ ํ๊ทธ ์ฌ์ด์ ์์น
- ์น ์ ํ๋ฆฌ์ผ์ด์
์ ์ํ HTML5 ํ์ค 2014 Q4 ์์ฑ
- ์คํ์ผ์ CSS, ์ก์
์ JavaScript์๊ฒ ์์
- ๋ ์ด์์์ CSS๋ก http://csszengarden.com
ํ์ด์ง ์์ค ๊ธฐ๋ณธ ๊ตฌ์กฐ
<!DOCTYPE html>
<html>
<head></head>
<body></body>
</html>
head ํ๊ทธ
์ฝํ
์ธ ์ด์ธ์ ์ ๋ณด
title, meta, link, script
body ํ๊ทธ
์ฝํ
์ธ ํ์ ์์ญ
๋ฌธ๋ฒ
<ํ๊ทธ ์์ฑ="๊ฐ">์ฝํ
์ธ </ํ๊ทธ>
ํ๊ทธ์ ์ข
๋ฅ
- ํค๋
- doctype, html, head, title, base, link, meta, style, script, noscript
- ์น์
- body, article, nav, aside, section, header, footer, h1-h6, main, address,
- ๊ทธ๋ฃจํ
- p, hr, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div
- ํ
์ด๋ธ
- table, caption, thead, tbody, tfoot, tr, th, td, col, colgroup
- ํผ
- form, fieldset, legend, label, input, button, select, datalist, optgroup, option, textarea
- ํผ2
- keygen, output, progress, meter
- ์ธํฐ๋ํฐ๋ธ
- details, summary, command, menu
- ํธ์ง
- ์๋ฒ ๋๋
- img, iframe, embed, object, param, video, audio, source, canvas, track, map, area
- ํ
์คํธ-๋ ๋ฒจ
- a, em, strong, i, b, u, s, small, abbr, q, cite, dfn, sub, sup
- ํ
์คํธ-๋ ๋ฒจ2
- time, code, kbd, samp, var, mark, bdi, bdo, ruby, rt, rp, span, br, wbr
๊ธฐ๋ณธ HTML
<!DOCTYPE html>
<html>
<head>
<title>Basic HTML</title>
</head>
<body>
<h1>Web Page</h1>
</body>
</html>
์ฐธ๊ณ
- HTML5 ํ
ํ๋ฆฟ
- A history of HTML
- w3schools
- HTML5 Doctor