More actions
imported>neocoin No edit summary |
(Repair batch-0008 pages from live compare) |
||
| Line 1: | Line 1: | ||
= html = | = html = | ||
* hyper text markup language | * hyper text markup language | ||
= 구성 = | |||
== DTD == | |||
Document Type Definition(Doctype). HTML 문서의 버전을 명시한다. 버전 명시 이유는 [http://hooney.net/2007/08/21/438/ 여기]에서. | |||
== HEAD == | |||
== BODY == | |||
=== background image === | |||
[http://www.w3.org/WAI/UA/TS/html401/cp0301/0301-CSS-DIV-BACKGROUND-IMAGE.html 참고] | |||
= form 데이터 전송 = | = form 데이터 전송 = | ||
== get == | == get == | ||
| Line 10: | Line 17: | ||
---- | ---- | ||
[[프로그래밍분류]] | [[프로그래밍분류]] | ||