html
Differences
This shows you the differences between two versions of the page.
| html [2015/03/09 13:11] – created hkimscil | html [2015/03/09 13:22] (current) – hkimscil | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Intro ====== | ====== Intro ====== | ||
| + | 태그(Tag): | ||
| + | 요소(Element): | ||
| + | 속성(Attribute): | ||
| + | < | ||
| < | < | ||
| < | < | ||
| Line 11: | Line 15: | ||
| </ | </ | ||
| </ | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | < | ||
| + | <h1 title = ' | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | title = 속성이름 | ||
| + | ' | ||
| + | ' | ||
| + | Hello HTML5 = 내부 문자 | ||
| + | |||
| + | < | ||
| + | < | ||
| + | <img src=' | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ===== HEAD tag ===== | ||
| + | meta: 웹 페이지에 추가 정보 전달 | ||
| + | title: 웹 페이지의 제목 지정 | ||
| + | script: 웹 페이지에 스크립트 추가 | ||
| + | link: 웹 페이지에 다른 파일 추가 | ||
| + | style: 웹 페이지에 스타일시트 추가 | ||
| + | base: 웹 페이지의 기본 경로 지정 | ||
| + | |||
| + | |||
html.txt · Last modified: by hkimscil
