diff options
Diffstat (limited to 'files/ko/learn')
-rw-r--r-- | files/ko/learn/html/introduction_to_html/marking_up_a_letter/index.html | 4 | ||||
-rw-r--r-- | files/ko/learn/javascript/client-side_web_apis/client-side_storage/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/files/ko/learn/html/introduction_to_html/marking_up_a_letter/index.html b/files/ko/learn/html/introduction_to_html/marking_up_a_letter/index.html index 5d451b0d4e..2644e652dc 100644 --- a/files/ko/learn/html/introduction_to_html/marking_up_a_letter/index.html +++ b/files/ko/learn/html/introduction_to_html/marking_up_a_letter/index.html @@ -7,11 +7,11 @@ translation_of: Learn/HTML/Introduction_to_HTML/Marking_up_a_letter <div>{{PreviousMenuNext("Learn/HTML/Introduction_to_HTML/Debugging_HTML", "Learn/HTML/Introduction_to_HTML/Structuring_a_page_of_content", "Learn/HTML/Introduction_to_HTML")}}</div> -<div></div> + <div>우리 모두 글자를 쓸 줄 압니다. 이제 글을 포멧팅하는 방법을 익혀 보도록 합니다. 이 장에서는 주어진 글을 HTML 기본/혹은 고급 텍스트 포멧팅 방식에 맞춰 다듬는 연습을 할 예정입니다. 예를 들어, 하이퍼링크라든지 <head> 컨텐츠 등을 말이지요.</div> -<div></div> + <table class="learn-box standard-table"> <tbody> diff --git a/files/ko/learn/javascript/client-side_web_apis/client-side_storage/index.html b/files/ko/learn/javascript/client-side_web_apis/client-side_storage/index.html index e2ac144050..ec9c737635 100644 --- a/files/ko/learn/javascript/client-side_web_apis/client-side_storage/index.html +++ b/files/ko/learn/javascript/client-side_web_apis/client-side_storage/index.html @@ -7,7 +7,7 @@ translation_of: Learn/JavaScript/Client-side_web_APIs/Client-side_storage <div>{{PreviousMenu("Learn/JavaScript/Client-side_web_APIs/Video_and_audio_APIs", "Learn/JavaScript/Client-side_web_APIs")}}</div> -<div></div> + <p class="summary">현대 웹 브라우저들은 (사용자의 허락 하에) 사용자 컴퓨터에 웹사이트 정보를 저장할 수 있는 다양한 방법을 제공합니다. 그리고 필요한때 그 정보들을 읽어오죠. 이는 당신이 장기간 데이터를 보관할 수 있게 해주고 사이트와 웹문서를 당신이 지정한 설정에 따라 오프라인 상태에서도 사용할수 있게 해줍니다. 이 문서는 이러한 것들이 어떻게 동작하는지에 대한 기본지식들을 설명합니다. </p> |