From 129046ec26eb6e9ff60524b91be46bbbea014d81 Mon Sep 17 00:00:00 2001 From: Elex Date: Sun, 9 Feb 2025 19:02:05 +0900 Subject: [PATCH] 2025-02-09T19:02:05 --- README.md | 88 ++++++++- doc/http/01_http.md | 4 +- doc/http/02_url.md | 182 ++++++++++++++++++ .../{02_http_method.md => 03_http_method.md} | 0 .../{03_status_code.md => 04_status_code.md} | 0 .../{04_http_header.md => 05_http_header.md} | 0 ...cookie_session.md => 06_cookie_session.md} | 0 doc/http/{06_restful.md => 07_restful.md} | 0 doc/webcomponent/01_webcomponent.md | 163 ++++++++++++++++ 9 files changed, 434 insertions(+), 3 deletions(-) create mode 100644 doc/http/02_url.md rename doc/http/{02_http_method.md => 03_http_method.md} (100%) rename doc/http/{03_status_code.md => 04_status_code.md} (100%) rename doc/http/{04_http_header.md => 05_http_header.md} (100%) rename doc/http/{05_cookie_session.md => 06_cookie_session.md} (100%) rename doc/http/{06_restful.md => 07_restful.md} (100%) create mode 100644 doc/webcomponent/01_webcomponent.md diff --git a/README.md b/README.md index b2b3eaf..108ac1d 100644 --- a/README.md +++ b/README.md @@ -1 +1,87 @@ -# Html examples \ No newline at end of file +# Html examples + + +--- + + +# 목차 + +## 1. HTML5 개요 +1.1 HTML의 역사 +1.2 HTML5의 주요 특징 +1.3 브라우저 지원 및 호환성 + +## 2. 기본 구조 +2.1 HTML 문서의 기본 구조 +2.2 `` 태그 +2.3 `` 태그 +2.4 `` 태그 + +## 3. 콘텐츠 구조화 +3.1 제목 태그: `

` ~ `

` +3.2 문단 태그: `

` +3.3 목록 태그: `