HTML 및 XML에서 EPUB 파일을 만드는 방법

EPUB 파일은 널리 사용되는 전자 북 파일의 다른 유형입니다. 전자 책을 쓰거나 출판 할 계획이라면 HTML을 Mobipocket 파일 로 저장해야하며 EPUB로 저장해야합니다. 어떤면에서는 Mobi 파일보다 epub 파일을 작성하는 것이 훨씬 쉽습니다. EPUB는 XML을 기반으로하기 때문에 XML 파일을 만들고 함께 수집하여 epub이라고 부르기 만하면됩니다.

HTML 및 XML에서 EPUB 파일을 만드는 방법

다음은 epub 파일을 작성하기 위해 수행해야하는 단계입니다.

  1. HTML을 빌드하십시오. 귀하의 책은 스타일링을 위해 CSS로 HTML로 작성되었습니다. 그러나 HTML 만이 아니라 XHTML입니다. 따라서 일반적으로 XHTML (요소 닫기, 모든 속성 둘러싼 따옴표 사용)으로 작성하지 않으면 HTML을 XHTML로 변환해야합니다. 책에 하나 이상의 XHTML 파일을 사용할 수 있습니다. 대부분의 사람들은 챕터를 별도의 XHTML 파일로 분리합니다. 일단 모든 XHTML 파일을 가지고 있다면 폴더에 함께 넣으십시오.
  2. MIME 형식 파일을 만듭니다. 텍스트 편집기에서 새 문서를 열고 다음을 입력하십시오. application / epub + zip 확장자없이 "mimetype"으로 파일을 저장하십시오. 해당 파일을 XHTML 파일이있는 폴더에 저장하십시오.
  3. 스타일 시트를 추가하십시오. 책에 대한 두 개의 스타일 시트를 만들어 페이지에 대한 스타일 시트를 만들어야합니다.
    1. page_styles.css : @page {
    2. margin-bottom : 5pt;
    3. margin-top : 5pt
    4. }
    5. stylesheet.css라는 책 스타일을 위해 하나 만듭니다. 당신은 그들에게 다른 이름을 줄 수 있습니다. 단지 그들이 무엇인지 기억할 필요가있을 것입니다. 이러한 파일을 XHTML 및 MIME 유형 파일과 동일한 디렉토리에 저장하십시오.
  1. 표지 이미지를 추가하십시오. 표지 이미지는 64KB 이하의 JPG 파일이어야합니다. 더 작게 만들면 좋지만 잘 보도록하십시오. 작은 이미지 는 읽기가 매우 어려울 수 있으며 표지는 책을 마케팅하는 곳입니다.
  2. 제목 페이지를 작성하십시오. 표지 이미지를 제목 페이지로 사용할 필요는 없지만 대부분의 사람들은 그렇게합니다. 제목 페이지를 추가하려면 titlepage.xhtml이라는 XHTML 파일을 만드십시오. 다음은 이미지에 SVG를 사용하는 제목 페이지의 예입니다. 강조 표시된 부분을 표지 이미지를 가리 키도록 변경하십시오.
    1. 표지 </ title> </li><li> <style type = "text / css"title = "override_css"> </li><li> @page {패딩 : 0pt; 여백 : 0pt} </li><li> body {text-align : center; 패딩 : 0pt; 여백 : 0pt; } </li><li> </ style> </li><li> </ head> </li><li> <body> </li><li> <div> </li><li> <svg xmlns = "http://www.w3.org/2000/svg"xmlns : xlink = "http://www.w3.org/1999/xlink"version = "1.1"width = "100 %"height = "100 %"viewBox = "0 0 425 616"preserveAspectRatio = "none"> </li><li> <이미지 너비 = "425"height = "616"xlink : href = " <em>cover.jpeg</em> "/> </li><li> </ svg> </li><li> </ div> </li><li> </ body> </li><li> </ html> </li></ol></li></ol><ol><li> <strong>"목차"를 작성하십시오.</strong> 텍스트 편집기에서 toc.ncx라는 파일을 만듭니다. 이 파일은 XML 파일이며 책의 모든 HTML 파일을 가리켜 야합니다. 목차에 두 개의 요소가있는 샘플이 있습니다. 강조 표시된 부분을 책으로 변경하고 추가 섹션을 위해 navPoint 요소를 추가하십시오. <ol><li> <? xml version = '1.0'encoding = 'utf-8'?> </li><li> <ncx xmlns = "http://www.daisy.org/z3986/2005/ncx/"version = "2005-1"xml : lang = "eng"> </li><li> <head> </li><li> <meta content = "0c159d12-f5fe-4323-8194-f5c652b89f5c"name = "dtb : uid"/> </li><li> <meta content = "2"name = "dtb : depth"/> </li><li> <meta content = "calibre (0.8.68)"name = "dtb : generator"/> </li><li> <meta content = "0"name = "dtb : totalPageCount"/> </li><li> <meta content = "0"name = "dtb : maxPageNumber"/> </li><li> </ head> </li><li> <docTitle> </li><li> <text> <em>웹 사이트 구축 방법</em> </ text> </li><li> </ docTitle> </li><li> <navMap> </li><li> <navPoint id = " <em>a1</em> "playOrder = " <em>0</em> "> </li><li> <navLabel> </li><li> <text> <em>호스팅</em> </ text> </li><li> </ navLabel> </li><li> <콘텐츠 src = " <em>build_website.html # step1</em> "/> </li><li> </ navPoint> </li><li> <navPoint id = " <em>a2</em> "playOrder = " <em>1</em> "> </li><li> <navLabel> </li><li> <text> <em>도메인 이름이 필요합니까?</em> </ text> </li><li> </ navLabel> </li><li> <콘텐츠 src = " <em>build_website.html # step2</em> "/> </li><li> </ navPoint> </li><li> </ navMap> </li><li> </ ncx> </li></ol></li></ol><ol><li> <strong>컨테이너 XML 파일을 추가하십시오.</strong> 텍스트 편집기에서 container.xml이라는 파일을 만들고 HTML 파일 아래의 하위 디렉토리에 저장합니다. 파일을 읽어야합니다. <ol><li> <? xml version = "1.0"?> </li><li> <컨테이너 버전 = "1.0"xmlns = "urn : 오아시스 : 이름 : tc : opendocument : xmlns : 컨테이너"> </li><li> <rootfiles> </li><li> <rootfile full-path = "content.opf"media-type = "application / oebps-package + xml"/> </li><li> </ rootfiles> </li><li> </ container> </li></ol></li><li> <strong>내용 목록 (content.opf)을 만듭니다.</strong> 이것은 epub 책이 무엇인지 설명하는 파일입니다. 책에 대한 메타 데이터 (예 : 작성자, 게시 날짜 및 장르)가 포함됩니다. 다음은 견본입니다. 책을 반영하도록 노란색 부분을 변경해야합니다. <ol><li> <? xml version = '1.0'encoding = 'utf-8'?> </li><li> <package xmlns = "http://www.idpf.org/2007/opf"version = "2.0"unique-identifier = "uuid_id"> </li><li> <metadata xmlns : xsi = "http://www.w3.org/2001/XMLSchema-instance"xmlns : opf = "http://www.idpf.org/2007/opf"xmlns : dcterms = "http : /purl.org/dc/terms/ "xmlns : caliber ="http://calibre.kovidgoyal.net/2009/metadata "xmlns : dc ="http://purl.org/dc/elements/1.1/ "> </li><li> <dc : language> en </ dc : language> </li><li> <dc : title> <em>웹 사이트 구축 방법</em> </ dc : title> </li><li> <dc : creator opf : file-as = " <em>Kyrnin, Jennifer</em> "opf : role = "aut"> <em>Jennifer Kyrnin</em> </ dc : creator> </li><li> <meta name = "표지"content = "표지"/> </li><li> <dc : date> 0101-01-01T00 : 00 : 00 + 00 : 00 </ dc : date> </li><li> <dc : contributor opf : role = "bkp"> </ dc : contributor> </li><li> <dc : identifier id = "uuid_id"opf : scheme = "uuid"> 0c159d12-f5fe-4323-8194-f5c652b89f5c </ dc : identifier> </li><li> </ metadata> </li><li> <manifest> </li><li> <item href = " <em>cover.jpeg</em> "id = "표지"media-type = "image / jpeg"/> </li><li> <item href = " <em>build_website.html</em> "id = "id1"media-type = "application / xhtml + xml"/> </li><li> <item href = " <em>page_styles.css</em> "id = "page_css"media-type = "text / css"/> </li><li> <item href = " <em>stylesheet.css</em> "id = "css"media-type = "text / css"/> </li><li> <item href = " <em>titlepage.xhtml</em> "id = "titlepage"media-type = "application / xhtml + xml"/> </li><li> <item href = "toc.ncx"media-type = "application / x-dtbncx + xml"id = "ncx"/> </li><li> </ manifest> </li><li> <spine toc = "ncx"> </li><li> <itemref idref = "titlepage"/> </li><li> <itemref idref = "id1"/> </li><li> </ spine> </li><li> <guide> </li><li> <reference href = "titlepage.xhtml"type = "cover"title = "표지"/> </li><li> </ guide> </li><li> </ package> </li></ol></li></ol><ol><li> 이것이 모두 필요한 파일입니다. 디렉토리와 함께 모두 있어야합니다 (container.xml은 META-INF 하위 디렉토리에 있습니다). 그런 다음 컨테이너 디렉토리로 이동하여 제목과 작성자 이름을 나타내는 이름이 있는지 확인하십시오. </li><li> 원하는 디렉토리 이름을 지정하면 Zip 아카이브 프로그램을 사용하여 디렉토리를 압축해야합니다. 내 샘플 디렉토리는 "웹 사이트 구축 방법 - Jennifer Kyrnin.zip"이라는 zip 파일로 끝납니다. </li><li> 마지막으로 .zip에서 .epub로 파일 이름 확장명을 변경하십시오. 귀하의 운영 체제가 항의 할 수 있지만 계속 진행하십시오. 이것에 epub 확장자가 있어야합니다. </li><li> 마지막으로, <strong>당신의 책을 시험해보십시오.</strong> 첫 번째 시도에서 epub 형식을 올바르게 작성하기가 어렵 기 때문에 항상 파일을 테스트해야합니다. Calibre와 같은 epub 리더에서 엽니 다. 그리고 올바르게 표시되지 않으면 Calibre를 사용하여 문제를 해결할 수 있습니다. </li></ol> </div> <div class="amp-related-wrapper"> <h2>Alike posts</h2> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/html-%EC%A0%84%EC%9E%90-%EB%A9%94%EC%9D%BC%EC%9D%84-%EB%B3%B4%EB%82%B4%EB%8A%94-%EB%B0%A9%EB%B2%95/">HTML 전자 메일을 보내는 방법</a></h3> <div class="amp-related-meta"> 웹 디자인 및 개발 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/safari%EC%97%90%EC%84%9C-%EC%9B%B9-%ED%8E%98%EC%9D%B4%EC%A7%80%EC%9D%98-html-%EC%86%8C%EC%8A%A4%EB%A5%BC-%EB%B3%B4%EB%8A%94-%EB%B0%A9%EB%B2%95/"> <amp-img src="https://exse.eyewated.com/pict/20c1917f839c3625-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/safari%EC%97%90%EC%84%9C-%EC%9B%B9-%ED%8E%98%EC%9D%B4%EC%A7%80%EC%9D%98-html-%EC%86%8C%EC%8A%A4%EB%A5%BC-%EB%B3%B4%EB%8A%94-%EB%B0%A9%EB%B2%95/">Safari에서 웹 페이지의 HTML 소스를 보는 방법</a></h3> <div class="amp-related-meta"> 웹 디자인 및 개발 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/%ED%8F%B4%EB%9E%80%EB%93%9C%EC%96%B4-%EC%96%B8%EC%96%B4-%EB%AC%B8%EC%9E%90%EC%97%90-%EB%8C%80%ED%95%9C-html-%EC%BD%94%EB%93%9C/"> <amp-img src="https://exse.eyewated.com/pict/3a843da345b63435-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/%ED%8F%B4%EB%9E%80%EB%93%9C%EC%96%B4-%EC%96%B8%EC%96%B4-%EB%AC%B8%EC%9E%90%EC%97%90-%EB%8C%80%ED%95%9C-html-%EC%BD%94%EB%93%9C/">폴란드어 언어 문자에 대한 HTML 코드</a></h3> <div class="amp-related-meta"> 웹 디자인 및 개발 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/html-5%EC%9D%98-%EC%83%88%EB%A1%9C%EC%9A%B4-%EA%B8%B0%EB%8A%A5/"> <amp-img src="https://exse.eyewated.com/pict/149adc95c70741f1-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/html-5%EC%9D%98-%EC%83%88%EB%A1%9C%EC%9A%B4-%EA%B8%B0%EB%8A%A5/">HTML 5의 새로운 기능</a></h3> <div class="amp-related-meta"> 웹 디자인 및 개발 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/%EC%9B%B9-%EB%94%94%EC%9E%90%EC%9D%B8-%EB%B0%8F-html-%EC%A0%9C%EC%9E%91%EC%9D%84-%EB%91%98%EB%9F%AC%EC%8B%BC-%EC%A0%80%EC%9E%91%EA%B6%8C%EB%B2%95-%EC%95%8C%EC%95%84%EB%B3%B4%EA%B8%B0/"> <amp-img src="https://exse.eyewated.com/pict/1aae6339c2733a86-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/%EC%9B%B9-%EB%94%94%EC%9E%90%EC%9D%B8-%EB%B0%8F-html-%EC%A0%9C%EC%9E%91%EC%9D%84-%EB%91%98%EB%9F%AC%EC%8B%BC-%EC%A0%80%EC%9E%91%EA%B6%8C%EB%B2%95-%EC%95%8C%EC%95%84%EB%B3%B4%EA%B8%B0/">웹 디자인 및 HTML 제작을 둘러싼 저작권법 알아보기</a></h3> <div class="amp-related-meta"> 웹 디자인 및 개발 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/th%EC%99%80-td-html-%ED%91%9C-%ED%83%9C%EA%B7%B8%EC%9D%98-%EC%B0%A8%EC%9D%B4%EC%A0%90%EC%9D%80-%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C/"> <amp-img src="https://exse.eyewated.com/pict/e20233b2c6ba3161-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/th%EC%99%80-td-html-%ED%91%9C-%ED%83%9C%EA%B7%B8%EC%9D%98-%EC%B0%A8%EC%9D%B4%EC%A0%90%EC%9D%80-%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C/">TH와 TD HTML 표 태그의 차이점은 무엇입니까?</a></h3> <div class="amp-related-meta"> 웹 디자인 및 개발 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/html%EC%97%90%EC%84%9C-%ED%8A%B9%EC%88%98-%EB%AC%B8%EC%9E%90%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95/"> <amp-img src="https://exse.eyewated.com/pict/59b9945dcda33018-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/html%EC%97%90%EC%84%9C-%ED%8A%B9%EC%88%98-%EB%AC%B8%EC%9E%90%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95/">HTML에서 특수 문자를 사용하는 방법</a></h3> <div class="amp-related-meta"> 웹 디자인 및 개발 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/dreamweaver%EC%97%90%EC%84%9C-html-%EC%BD%94%EB%93%9C-%EC%9E%91%EC%84%B1/"> <amp-img src="https://exse.eyewated.com/pict/c28f4e88a9aa328f-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/dreamweaver%EC%97%90%EC%84%9C-html-%EC%BD%94%EB%93%9C-%EC%9E%91%EC%84%B1/">Dreamweaver에서 HTML 코드 작성</a></h3> <div class="amp-related-meta"> 웹 디자인 및 개발 </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/html-%EC%9A%94%EC%86%8C-%EB%B8%94%EB%A1%9D-%EC%88%98%EC%A4%80-%EB%8C%80-%EC%9D%B8%EB%9D%BC%EC%9D%B8-%EC%9A%94%EC%86%8C/">HTML 요소 : 블록 수준 대 인라인 요소</a></h3> <div class="amp-related-meta"> 웹 디자인 및 개발 </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>See Newest</h2> <div class="amp-related-content"> <a href="https://ko.eyewated.com/voip%EB%8A%94-ip-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC%EC%99%80-pstn-%EC%82%AC%EC%9D%B4%EC%9D%98-%EC%A0%84%ED%99%94%EB%A5%BC-%EC%96%B4%EB%96%BB%EA%B2%8C-%ED%97%88%EC%9A%A9%ED%95%A9%EB%8B%88%EA%B9%8C/"> <amp-img src="https://exse.eyewated.com/pict/b88f8df6d2612fd7-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/voip%EB%8A%94-ip-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC%EC%99%80-pstn-%EC%82%AC%EC%9D%B4%EC%9D%98-%EC%A0%84%ED%99%94%EB%A5%BC-%EC%96%B4%EB%96%BB%EA%B2%8C-%ED%97%88%EC%9A%A9%ED%95%A9%EB%8B%88%EA%B9%8C/">VoIP는 IP 네트워크와 PSTN 사이의 전화를 어떻게 허용합니까?</a></h3> <div class="amp-related-meta"> 이메일 및 메시징 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/incredimail%EC%97%90%EC%84%9C-3d-%EC%95%A0%EB%8B%88%EB%A9%94%EC%9D%B4%EC%85%98%EC%9D%84-%EB%81%84%EB%8A%94-%EB%B0%A9%EB%B2%95/"> <amp-img src="https://exse.eyewated.com/pict/5a883da9b55032cc-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/incredimail%EC%97%90%EC%84%9C-3d-%EC%95%A0%EB%8B%88%EB%A9%94%EC%9D%B4%EC%85%98%EC%9D%84-%EB%81%84%EB%8A%94-%EB%B0%A9%EB%B2%95/">IncrediMail에서 3D 애니메이션을 끄는 방법</a></h3> <div class="amp-related-meta"> 이메일 및 메시징 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/stop-0x00000022-%EC%98%A4%EB%A5%98%EB%A5%BC-%EC%88%98%EC%A0%95%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95/"> <amp-img src="https://exse.eyewated.com/pict/da0f09f89ff33aa5-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/stop-0x00000022-%EC%98%A4%EB%A5%98%EB%A5%BC-%EC%88%98%EC%A0%95%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95/">STOP 0x00000022 오류를 수정하는 방법</a></h3> <div class="amp-related-meta"> Windows </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/%ED%91%B8%EC%8B%9C-%EC%95%8C%EB%A6%BC%EC%9D%B4%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C-%EA%B7%B8%EB%A6%AC%EA%B3%A0-%EC%96%B4%EB%96%BB%EA%B2%8C/"> <amp-img src="https://exse.eyewated.com/pict/86a6a9d9ca0934c9-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/%ED%91%B8%EC%8B%9C-%EC%95%8C%EB%A6%BC%EC%9D%B4%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C-%EA%B7%B8%EB%A6%AC%EA%B3%A0-%EC%96%B4%EB%96%BB%EA%B2%8C/">푸시 알림이란 무엇입니까? 그리고 어떻게 사용합니까?</a></h3> <div class="amp-related-meta"> IPad </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/dns-%EB%B8%94%EB%9E%99%EB%A6%AC%EC%8A%A4%ED%8A%B8%EC%9D%98-%EC%9D%98%EC%8B%AC%EC%8A%A4%EB%9F%AC%EC%9A%B4-ip-%EC%A3%BC%EC%86%8C-%EC%B0%BE%EA%B8%B0/">DNS 블랙리스트의 의심스러운 IP 주소 찾기</a></h3> <div class="amp-related-meta"> 인터넷 및 네트워크 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/%ED%83%91-4-%EC%82%BC%EC%84%B1-%EA%B0%A4%EB%9F%AD%EC%8B%9C-%EB%B0%B0%ED%84%B0%EB%A6%AC-%EC%A0%88%EC%95%BD-%ED%8C%81/"> <amp-img src="https://exse.eyewated.com/pict/d1d1cb5551613d56-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/%ED%83%91-4-%EC%82%BC%EC%84%B1-%EA%B0%A4%EB%9F%AD%EC%8B%9C-%EB%B0%B0%ED%84%B0%EB%A6%AC-%EC%A0%88%EC%95%BD-%ED%8C%81/">탑 4 삼성 갤럭시 배터리 절약 팁</a></h3> <div class="amp-related-meta"> 기계적 인조 인간 </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>Sapid posts</h2> <div class="amp-related-content"> <a href="https://ko.eyewated.com/whatsize-tom%EC%9D%98-mac-%EC%86%8C%ED%94%84%ED%8A%B8%EC%9B%A8%EC%96%B4-%EC%84%A0%ED%83%9D/"> <amp-img src="https://exse.eyewated.com/pict/61c3b165c67d3465-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/whatsize-tom%EC%9D%98-mac-%EC%86%8C%ED%94%84%ED%8A%B8%EC%9B%A8%EC%96%B4-%EC%84%A0%ED%83%9D/">WhatSize : Tom의 Mac 소프트웨어 선택</a></h3> <div class="amp-related-meta"> 소프트웨어 및 응용 프로그램 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/css%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%98%EC%97%AC-%ED%91%9C%EB%A5%BC-%EC%A4%91%EC%95%99%EC%97%90-%EB%B0%B0%EC%B9%98%ED%95%98%EB%8A%94-%EA%B0%84%EB%8B%A8%ED%95%9C-%EB%B0%A9%EB%B2%95/"> <amp-img src="https://exse.eyewated.com/pict/e7f8d4ffa9972f21-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/css%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%98%EC%97%AC-%ED%91%9C%EB%A5%BC-%EC%A4%91%EC%95%99%EC%97%90-%EB%B0%B0%EC%B9%98%ED%95%98%EB%8A%94-%EA%B0%84%EB%8B%A8%ED%95%9C-%EB%B0%A9%EB%B2%95/">CSS를 사용하여 표를 중앙에 배치하는 간단한 방법</a></h3> <div class="amp-related-meta"> 웹 디자인 및 개발 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/%EC%9D%B8%EC%87%84-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EC%9D%98-%EC%9D%BC%ED%84%B0-%EB%B0%8F-%ED%9A%8C%EC%A0%84/"> <amp-img src="https://exse.eyewated.com/pict/12b8b0c69fbd34bf-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/%EC%9D%B8%EC%87%84-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EC%9D%98-%EC%9D%BC%ED%84%B0-%EB%B0%8F-%ED%9A%8C%EC%A0%84/">인쇄 프로젝트의 일터 및 회전</a></h3> <div class="amp-related-meta"> 소프트웨어 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/tobii-i-12-%EB%B0%8F-i-15-%EC%9D%8C%EC%84%B1-%EC%83%9D%EC%84%B1-%EC%9E%A5%EC%B9%98/"> <amp-img src="https://exse.eyewated.com/pict/de9c1c3dabcb39b6-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/tobii-i-12-%EB%B0%8F-i-15-%EC%9D%8C%EC%84%B1-%EC%83%9D%EC%84%B1-%EC%9E%A5%EC%B9%98/">Tobii I-12 및 I-15 음성 생성 장치</a></h3> <div class="amp-related-meta"> 웹 서핑 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/%EC%B4%88%EB%B3%B4%EC%9E%90%EB%A5%BC%EC%9C%84%ED%95%9C-%EC%B5%9C%EA%B3%A0%EC%9D%98-windows-10-%EC%95%B1/"> <amp-img src="https://exse.eyewated.com/pict/641557dc5df233db-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/%EC%B4%88%EB%B3%B4%EC%9E%90%EB%A5%BC%EC%9C%84%ED%95%9C-%EC%B5%9C%EA%B3%A0%EC%9D%98-windows-10-%EC%95%B1/">초보자를위한 최고의 Windows 10 앱</a></h3> <div class="amp-related-meta"> </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/hdmi-%EB%B0%8F-%EC%BB%B4%ED%93%A8%ED%84%B0/"> <amp-img src="https://exse.eyewated.com/pict/b4096bdd376934b3-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/hdmi-%EB%B0%8F-%EC%BB%B4%ED%93%A8%ED%84%B0/">HDMI 및 컴퓨터</a></h3> <div class="amp-related-meta"> Windows </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/%EC%BB%B4%ED%93%A8%ED%84%B0-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%82%B9-%EC%9E%90%EC%8A%B5%EC%84%9C-%EC%9D%B8%ED%84%B0%EB%84%B7-%ED%94%84%EB%A1%9C%ED%86%A0%EC%BD%9C/"> <amp-img src="https://exse.eyewated.com/pict/c9bce3dd900d3bdc-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/%EC%BB%B4%ED%93%A8%ED%84%B0-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%82%B9-%EC%9E%90%EC%8A%B5%EC%84%9C-%EC%9D%B8%ED%84%B0%EB%84%B7-%ED%94%84%EB%A1%9C%ED%86%A0%EC%BD%9C/">컴퓨터 네트워킹 자습서 - 인터넷 프로토콜</a></h3> <div class="amp-related-meta"> 인터넷 및 네트워크 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/windows-xp-%EB%85%B8%ED%8A%B8%EB%B6%81%EC%9D%98-%EB%AC%B4%EC%84%A0-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-%EC%96%B4%EB%8C%91%ED%84%B0-%EC%B0%BE%EA%B8%B0/"> <amp-img src="https://exse.eyewated.com/pict/41d88f8c2df337c6-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/windows-xp-%EB%85%B8%ED%8A%B8%EB%B6%81%EC%9D%98-%EB%AC%B4%EC%84%A0-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-%EC%96%B4%EB%8C%91%ED%84%B0-%EC%B0%BE%EA%B8%B0/">Windows XP 노트북의 무선 네트워크 어댑터 찾기</a></h3> <div class="amp-related-meta"> 인터넷 및 네트워크 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/%EC%BB%A4%ED%8C%A8%EC%8B%9C%ED%84%B0%EC%9D%98-%EC%A2%85%EB%A5%98/"> <amp-img src="https://exse.eyewated.com/pict/4fb2d050fcbb3a11-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/%EC%BB%A4%ED%8C%A8%EC%8B%9C%ED%84%B0%EC%9D%98-%EC%A2%85%EB%A5%98/">커패시터의 종류</a></h3> <div class="amp-related-meta"> Windows </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/chrome-os%EC%97%90-%EB%8C%80%ED%95%B4-%EC%95%8C%EC%95%84%EC%95%BC-%ED%95%A0-%EB%AA%A8%EB%93%A0-%EA%B2%83/"> <amp-img src="https://exse.eyewated.com/pict/4b1d310070b232d9-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/chrome-os%EC%97%90-%EB%8C%80%ED%95%B4-%EC%95%8C%EC%95%84%EC%95%BC-%ED%95%A0-%EB%AA%A8%EB%93%A0-%EA%B2%83/">Chrome OS에 대해 알아야 할 모든 것</a></h3> <div class="amp-related-meta"> 브라우저 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/iheartradio-iphone-app-review/"> <amp-img src="https://exse.eyewated.com/pict/7ead775504f63be5-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/iheartradio-iphone-app-review/">IHeartRadio iPhone App Review</a></h3> <div class="amp-related-meta"> 소프트웨어 및 응용 프로그램 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/%EC%A0%84%EC%95%95-%EB%A0%88%EA%B7%A4%EB%A0%88%EC%9D%B4%ED%84%B0%EC%9D%98-%EC%9C%A0%ED%98%95/"> <amp-img src="https://exse.eyewated.com/pict/a682cc3f31e3364a-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/%EC%A0%84%EC%95%95-%EB%A0%88%EA%B7%A4%EB%A0%88%EC%9D%B4%ED%84%B0%EC%9D%98-%EC%9C%A0%ED%98%95/">전압 레귤레이터의 유형</a></h3> <div class="amp-related-meta"> Windows </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/cydia%EC%99%80-%EA%B0%99%EC%9D%80-%EB%8C%80%EC%B2%B4-%EC%95%B1-%EC%8A%A4%ED%86%A0%EC%96%B4%EA%B0%80%EC%9E%88%EB%8A%94-%EC%9D%B4%EC%9C%A0%EB%8A%94-%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C/"> <amp-img src="https://exse.eyewated.com/pict/0a5f87be869e3483-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/cydia%EC%99%80-%EA%B0%99%EC%9D%80-%EB%8C%80%EC%B2%B4-%EC%95%B1-%EC%8A%A4%ED%86%A0%EC%96%B4%EA%B0%80%EC%9E%88%EB%8A%94-%EC%9D%B4%EC%9C%A0%EB%8A%94-%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C/">Cydia와 같은 대체 앱 스토어가있는 이유는 무엇입니까?</a></h3> <div class="amp-related-meta"> IPhone 및 iPod </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/%EC%A0%9C-3-%EC%9E%90-%EA%B2%8C%EC%8B%9C%EC%9E%90%EA%B0%80-%EC%9E%90%EC%8B%A0%EC%9D%98-wii-u-%ED%8C%90%EB%A7%A4%EB%A5%BC-%ED%8C%8C%ED%83%84%EC%8B%9C%ED%82%A8-%EB%B0%A9%EB%B2%95/"> <amp-img src="https://exse.eyewated.com/pict/0e1fe6a912a83341-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/%EC%A0%9C-3-%EC%9E%90-%EA%B2%8C%EC%8B%9C%EC%9E%90%EA%B0%80-%EC%9E%90%EC%8B%A0%EC%9D%98-wii-u-%ED%8C%90%EB%A7%A4%EB%A5%BC-%ED%8C%8C%ED%83%84%EC%8B%9C%ED%82%A8-%EB%B0%A9%EB%B2%95/">제 3 자 게시자가 자신의 Wii U 판매를 파탄시킨 방법</a></h3> <div class="amp-related-meta"> 노름 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/maya-lesson-1-4-%EA%B0%9D%EC%B2%B4-%EC%A1%B0%EC%9E%91/"> <amp-img src="https://exse.eyewated.com/pict/f9abc19568b3367a-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/maya-lesson-1-4-%EA%B0%9D%EC%B2%B4-%EC%A1%B0%EC%9E%91/">Maya Lesson 1.4 : 객체 조작</a></h3> <div class="amp-related-meta"> 새로 만들기 및 다음 </div> </div> </div> <div class="amp-related-content"> <a href="https://ko.eyewated.com/apple-tv%EC%97%90%EC%84%9C-%EC%82%AC%EC%A7%84%EC%9D%84-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95/"> <amp-img src="https://exse.eyewated.com/pict/9b9f1e68403f3809-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ko.eyewated.com/apple-tv%EC%97%90%EC%84%9C-%EC%82%AC%EC%A7%84%EC%9D%84-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95/">Apple TV에서 사진을 사용하는 방법</a></h3> <div class="amp-related-meta"> 홈 시어터 </div> </div> </div> </div></article> <footer class="amp-wp-footer"> <div class="amp-wp-footer-inner"> <a href="#" class="back-to-top">Back to top</a> <p class="copyright"> © 2024 ko.eyewated.com </p> <div class="amp-wp-social-footer"> <a href="#" class="jeg_facebook"><i class="fa fa-facebook"></i> </a><a href="#" class="jeg_twitter"><i class="fa fa-twitter"></i> </a><a href="#" class="jeg_google-plus"><i class="fa fa-google-plus"></i> </a><a href="#" class="jeg_pinterest"><i class="fa fa-pinterest"></i> </a><a href="" class="jeg_rss"><i class="fa fa-rss"></i> </a> </div> </div> </footer> <div id="statcounter"> <amp-pixel src="https://c.statcounter.com/12022999/0/02d06b5d/1/"> </amp-pixel> </div> </body> </html> <!-- Dynamic page generated in 1.305 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-10-03 22:58:11 --> <!-- 0.002 -->