Cách tạo tệp EPUB từ HTML và XML

Tệp EPUB là loại tệp ebook khác phổ biến. Nếu bạn đang lập kế hoạch viết hoặc xuất bản một ebook, bạn nên lưu HTML của mình dưới dạng tệp Mobipocket và cũng như một EPUB. Trong một số cách, một tệp epub dễ xây dựng hơn nhiều so với tệp Mobi. Vì EPUB dựa trên XML, bạn chỉ cần tạo các tệp XML của mình, thu thập chúng lại với nhau và gọi nó là một epub.

Cách tạo tệp EPUB từ HTML và XML

Đây là các bước bạn nên thực hiện để tạo tệp epub:

  1. Xây dựng HTML của bạn. Sách của bạn được viết bằng HTML, với CSS để tạo kiểu. Nhưng, nó không chỉ là HTML, nó là XHTML. Vì vậy, nếu bạn không thường viết trong XHTML (đóng các phần tử của bạn, sử dụng dấu ngoặc kép xung quanh tất cả các thuộc tính, vv), bạn sẽ cần phải chuyển đổi HTML sang XHTML. Bạn có thể sử dụng một hoặc nhiều tệp XHTML cho sách của mình. Hầu hết mọi người tách các chương thành các tệp XHTML riêng biệt. Khi bạn có tất cả các tệp XHTML, hãy đặt chúng trong một thư mục tất cả cùng nhau.
  2. Tạo tệp loại MIME . Trong trình soạn thảo văn bản của bạn, mở một tài liệu mới và nhập: application / epub + zip Lưu tệp dưới dạng "mimetype" mà không có bất kỳ phần mở rộng nào . Đặt tệp đó vào thư mục với các tệp XHTML của bạn.
  3. Thêm các tờ định kiểu của bạn. Bạn nên tạo hai tờ kiểu cho cuốn sách của mình cho các trang được gọi là
    1. page_styles.css: @page {
    2. margin-bottom: 5pt;
    3. margin-top: 5pt
    4. }
    5. Tạo một cho các kiểu sách được gọi là stylesheet.css. Bạn có thể cho họ tên khác, bạn sẽ chỉ cần nhớ chúng là gì. Lưu các tệp này trong cùng thư mục với các tệp XHTML và mimetype của bạn.
  1. Thêm ảnh bìa của bạn. Ảnh bìa của bạn phải là tệp JPG không quá 64KB. Nhỏ hơn bạn có thể làm cho nó tốt hơn, nhưng giữ cho nó đẹp trai. Các hình ảnh nhỏ có thể rất khó đọc và bìa là nơi bạn tiếp thị sách của mình.
  2. Xây dựng trang tiêu đề của bạn. Bạn không phải sử dụng hình ảnh bìa làm trang tựa đề của bạn, nhưng hầu hết mọi người đều làm. Để thêm trang tiêu đề của bạn, hãy tạo tệp XHTML có tên titlepage.xhtml. Dưới đây là ví dụ về trang tiêu đề bằng cách sử dụng SVG cho hình ảnh. Thay đổi phần được đánh dấu để trỏ đến hình ảnh bìa của bạn:
    1. Bìa </ title> </li><li> <style type = "text / css" title = "override_css"> </li><li> @page {padding: 0pt; lề: 0pt} </li><li> body {text-align: center; padding: 0pt; lề: 0pt; } </li><li> </ style> </li><li> </ head> </li><li> <body> </li><li> <div> </li><li> Chiều cao <svg xmlns = "http://www.w3.org/2000/svg" xmlns: xlink = "http://www.w3.org/1999/xlink" phiên bản = "1.1" chiều rộng = "100%" = "100%" viewBox = "0 0 425 616" preserveAspectRatio = "none"> </li><li> <image width = "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>Xây dựng "Mục lục" của bạn.</strong> Tạo một tệp có tên toc.ncx trong trình soạn thảo văn bản của bạn. Đây là một tệp XML và nó sẽ trỏ đến tất cả các tệp HTML của bạn trong sách của bạn. Đây là một mẫu có hai phần tử trong bảng nội dung. Thay đổi các phần được đánh dấu vào sách của bạn và thêm các phần tử bổ sung navPoint cho các phần bổ sung: <ol><li> <? xml version = '1.0' encoding = 'utf-8'?> </li><li> <ncx xmlns = "http://www.daisy.org/z3986/2005/ncx/" phiên bản = "2005-1" xml: lang = "eng"> </li><li> <head> </li><li> <meta content = "0c159d12-f5fe-4323-8194-f5c652b89f5c" tên = "dtb: uid" /> </li><li> <meta content = "2" name = "dtb: depth" /> </li><li> <meta content = "caliber (0.8.68)" name = "dtb: máy phát điện" /> </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>Cách tạo trang web</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>Lưu trữ</em> </ text> </li><li> </ navLabel> </li><li> <content 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>Bạn có cần một tên miền không?</em> </ text> </li><li> </ navLabel> </li><li> <content src = " <em>build_website.html # step2</em> " /> </li><li> </ navPoint> </li><li> </ navMap> </li><li> </ ncx> </li></ol></li></ol><ol><li> <strong>Thêm tệp XML vùng chứa.</strong> Trong trình soạn thảo văn bản của bạn, tạo một tệp có tên là container.xml và lưu nó vào một thư mục con bên dưới các tệp HTML của bạn. Tệp cần đọc: <ol><li> <? xml version = "1.0"?> </li><li> <container version = "1.0" xmlns = "urn: ốc đảo: tên: tc: opendocument: xmlns: container"> </li><li> <rootfiles> </li><li> <rootfile full-path = "content.opf" loại phương tiện truyền thông = "application / oebps-package + xml" /> </li><li> </ rootfiles> </li><li> </ container> </li></ol></li><li> <strong>Tạo danh sách nội dung (content.opf).</strong> Đây là tệp giải thích sách epub của bạn là gì. Nó bao gồm siêu dữ liệu về cuốn sách (như tác giả, ngày xuất bản và thể loại). Đây là một mẫu, bạn nên thay đổi các phần màu vàng để phản ánh cuốn sách của bạn: <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: calibre =" http://calibre.kovidgoyal.net/2009/metadata "xmlns: dc =" http://purl.org/dc/elements/1.1/ "> </li><li> <dc: language> en </ dc: ngôn ngữ> </li><li> <dc: title> <em>Cách tạo trang web</em> </ dc: title> </li><li> <dc: tác giả opf: file-as = " <em>Kyrnin, Jennifer</em> " opf: role = "aut"> <em>Jennifer Kyrnin</em> </ dc: người sáng tạo> </li><li> <meta name = "cover" content = "cover" /> </li><li> <dc: ngày> 0101-01-01T00: 00: 00 + 00: 00 </ dc: ngày> </li><li> <dc: đóng góp opf: role = "bkp"> </ dc: người đóng góp> </li><li> <dc: id định danh = "uuid_id" opf: scheme = "uuid"> 0c159d12-f5fe-4323-8194-f5c652b89f5c </ dc: số nhận dạng> </li><li> </ metadata> </li><li> <manifest> </li><li> <item href = " <em>cover.jpeg</em> " id = "cover" phương tiện truyền thông-type = "hình ảnh / jpeg" /> </li><li> <item href = " <em>build_website.html</em> " id = "id1" phương tiện truyền thông-type = "application / xhtml + xml" /> </li><li> <item href = " <em>page_styles.css</em> " id = "page_css" loại phương tiện truyền thông = "văn bản / css" /> </li><li> <item href = " <em>stylesheet.css</em> " id = "css" phương tiện truyền thông-type = "text / css" /> </li><li> <item href = " <em>titlepage.xhtml</em> " id = "titlepage" phương tiện truyền thông-type = "application / xhtml + xml" /> </li><li> <item href = "toc.ncx" phương tiện truyền thông kiểu = "ứng dụng / x-dtbncx + xml" id = "ncx" /> </li><li> </ manifest> </li><li> <cột sống toc = "ncx"> </li><li> <itemref idref = "titlepage" /> </li><li> <itemref idref = "id1" /> </li><li> </ cột sống> </li><li> <hướng dẫn> </li><li> <reference href = "titlepage.xhtml" type = "cover" title = "Bìa" /> </li><li> </ hướng dẫn> </li><li> </ gói> </li></ol></li></ol><ol><li> Đó là tất cả các tệp bạn cần, tất cả chúng nên nằm trong một thư mục với nhau (ngoại trừ cho container.xml, nằm trong thư mục con META-INF). Sau đó, chúng tôi muốn chuyển đến thư mục vùng chứa và đảm bảo nó có tên phản ánh tiêu đề và tên tác giả. </li><li> Một khi bạn có thư mục của các tập tin có tên như thế nào bạn muốn nó, bạn nên sử dụng một chương trình Zip lưu trữ để nén thư mục. Thư mục mẫu của tôi kết thúc dưới dạng tệp zip có tên "Cách xây dựng trang web - Jennifer Kyrnin.zip" </li><li> Cuối cùng, thay đổi phần mở rộng tên tệp từ .zip thành .epub. Hệ điều hành của bạn có thể phản đối, nhưng hãy tiếp tục với nó. Bạn muốn điều này để có một phần mở rộng epub. </li><li> Cuối cùng, <strong>kiểm tra sách của bạn.</strong> Thật khó để có được định dạng epub chính xác trong lần thử đầu tiên, vì vậy bạn nên luôn kiểm tra tệp của mình. Mở nó trong một trình đọc epub như Calibre. Và nếu nó không hiển thị chính xác, bạn có thể sử dụng Calibre để khắc phục sự cố. </li></ol> </div> <div class="amp-related-wrapper"> <h2>Alike posts</h2> <div class="amp-related-content"> <a href="https://vi.eyewated.com/cac-the-nhan-manh-html/"> <amp-img src="https://exse.eyewated.com/pict/1934670cd2eb34bc-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/cac-the-nhan-manh-html/">Các thẻ nhấn mạnh HTML</a></h3> <div class="amp-related-meta"> Thiết kế web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/tai-sao-su-dung-html-ngu-nghia/"> <amp-img src="https://exse.eyewated.com/pict/8d74079c1c6b33e9-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/tai-sao-su-dung-html-ngu-nghia/">Tại sao sử dụng HTML ngữ nghĩa?</a></h3> <div class="amp-related-meta"> Thiết kế web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/nhan-xet-ve-nhan-xet/"> <amp-img src="https://exse.eyewated.com/pict/fbec9317d5d73059-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/nhan-xet-ve-nhan-xet/">Nhận xét về nhận xét</a></h3> <div class="amp-related-meta"> Thiết kế web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/viet-ma-html-trong-dreamweaver/"> <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://vi.eyewated.com/viet-ma-html-trong-dreamweaver/">Viết mã HTML trong Dreamweaver</a></h3> <div class="amp-related-meta"> Thiết kế web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/danh-sach/"> <amp-img src="https://exse.eyewated.com/pict/fd0694f36f7534bf-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/danh-sach/">Danh sách</a></h3> <div class="amp-related-meta"> Thiết kế web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/su-dung-html5-shiv-dje-kich-hoat-html-5-trong-cac-phien-ban-cu-cua-internet-explorer/"> <amp-img src="https://exse.eyewated.com/pict/39003905e0773027-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/su-dung-html5-shiv-dje-kich-hoat-html-5-trong-cac-phien-ban-cu-cua-internet-explorer/">Sử dụng HTML5 Shiv để kích hoạt HTML 5 trong các phiên bản cũ của Internet Explorer</a></h3> <div class="amp-related-meta"> Thiết kế web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/cach-xem-nguon-html-trong-google-chrome/"> <amp-img src="https://exse.eyewated.com/pict/adff2724bc843500-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/cach-xem-nguon-html-trong-google-chrome/">Cách xem nguồn HTML trong Google Chrome</a></h3> <div class="amp-related-meta"> Thiết kế web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/html-huong-dan-nhanh-va-ban/"> <amp-img src="https://exse.eyewated.com/pict/a813bb3a17c93131-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/html-huong-dan-nhanh-va-ban/">HTML Hướng dẫn nhanh và bẩn</a></h3> <div class="amp-related-meta"> Thiết kế web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/blockquote-la-gi/"> <amp-img src="https://exse.eyewated.com/pict/22ac97c040112fe9-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/blockquote-la-gi/">Blockquote là gì?</a></h3> <div class="amp-related-meta"> Thiết kế web & Dev </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>See Newest</h2> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/thay-djoi-bieu-tuong-thanh-ben-va-kich-thuoc-phong-chu-trong-nhieu-ung-dung-mac/">Thay đổi biểu tượng thanh bên và kích thước phông chữ trong nhiều ứng dụng Mac</a></h3> <div class="amp-related-meta"> Mac </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/left-4-dead-cheats-code-goi-y-cho-pc/"> <amp-img src="https://exse.eyewated.com/pict/1f4e301b5775314a-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/left-4-dead-cheats-code-goi-y-cho-pc/">Left 4 Dead Cheats, Code & Gợi ý cho PC</a></h3> <div class="amp-related-meta"> Trò chơi </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/8-tro-choi-n64-tot-nhat-dje-mua-vao-nam-2018/">8 trò chơi N64 tốt nhất để mua vào năm 2018</a></h3> <div class="amp-related-meta"> Hướng dẫn mua hàng </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/tep-svg-la-gi/"> <amp-img src="https://exse.eyewated.com/pict/462e3644584f31e0-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/tep-svg-la-gi/">Tệp SVG là gì?</a></h3> <div class="amp-related-meta"> Các cửa sổ </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/toi-co-the-xem-4k-uhd-o-djau-ngay-bay-gio/"> <amp-img src="https://exse.eyewated.com/pict/b7bbfd17e4aa36a8-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/toi-co-the-xem-4k-uhd-o-djau-ngay-bay-gio/">Tôi có thể xem 4K UHD ở đâu ngay bây giờ?</a></h3> <div class="amp-related-meta"> Rạp hát tại nhà </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/6-may-anh-thu-phong-mong-tot-nhat-dje-mua-vao-nam-2018/">6 máy ảnh thu phóng mỏng tốt nhất để mua vào năm 2018</a></h3> <div class="amp-related-meta"> Hướng dẫn mua hàng </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>Sapid posts</h2> <div class="amp-related-content"> <a href="https://vi.eyewated.com/cach-mo-bang-djieu-khien/"> <amp-img src="https://exse.eyewated.com/pict/b93146b86dc63724-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/cach-mo-bang-djieu-khien/">Cách mở bảng điều khiển</a></h3> <div class="amp-related-meta"> Các cửa sổ </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/moi-thu-ban-can-biet-ve-lenh-cang-nhieu/"> <amp-img src="https://exse.eyewated.com/pict/2b599fd5192e33c3-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/moi-thu-ban-can-biet-ve-lenh-cang-nhieu/">Mọi thứ bạn cần biết về lệnh càng nhiều</a></h3> <div class="amp-related-meta"> Linux </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/nhan-xet-ve-senuti-phan-mem-chuyen-ipod/"> <amp-img src="https://exse.eyewated.com/pict/07b20580e663350e-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/nhan-xet-ve-senuti-phan-mem-chuyen-ipod/">Nhận xét về Senuti, Phần mềm chuyển iPod</a></h3> <div class="amp-related-meta"> Phần mềm & ứng dụng </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/chon-mot-trang-web-cho-blog-video-cua-ban/"> <amp-img src="https://exse.eyewated.com/pict/30c36acf38723487-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/chon-mot-trang-web-cho-blog-video-cua-ban/">Chọn một trang web cho Blog Video của bạn</a></h3> <div class="amp-related-meta"> Web & Tìm kiếm </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/lenovo-lavie-z-13-inch-sieu-nhe-may-tinh-xach-tay-xem-lai/"> <amp-img src="https://exse.eyewated.com/pict/3ed4f0e08ab03b3a-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/lenovo-lavie-z-13-inch-sieu-nhe-may-tinh-xach-tay-xem-lai/">Lenovo LaVie Z 13-inch siêu nhẹ máy tính xách tay Xem lại</a></h3> <div class="amp-related-meta"> Đánh giá sản phẩm </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/tim-hieu-cach-thiet-lap-tai-khoan-yahoo-mail-bang-ung-dung-iphone-mail/"> <amp-img src="https://exse.eyewated.com/pict/07631d5a92523461-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/tim-hieu-cach-thiet-lap-tai-khoan-yahoo-mail-bang-ung-dung-iphone-mail/">Tìm hiểu cách thiết lập tài khoản Yahoo Mail bằng ứng dụng iPhone Mail</a></h3> <div class="amp-related-meta"> IPhone và iPod </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/10-tot-nhat-dual-stick-shooters-cho-android/"> <amp-img src="https://exse.eyewated.com/pict/df288831fe94335b-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/10-tot-nhat-dual-stick-shooters-cho-android/">10 tốt nhất Dual-Stick Shooters cho Android</a></h3> <div class="amp-related-meta"> Trò chơi </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/khoi-xay-dung-dje-su-dung-trong-microsoft-office/"> <amp-img src="https://exse.eyewated.com/pict/a0dfd68a4acc4404-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/khoi-xay-dung-dje-su-dung-trong-microsoft-office/">Khối xây dựng để sử dụng trong Microsoft Office</a></h3> <div class="amp-related-meta"> Phần mềm </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/gioi-thieu-may-anh-fujifilm/"> <amp-img src="https://exse.eyewated.com/pict/051c39ac8f733a96-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/gioi-thieu-may-anh-fujifilm/">Giới thiệu máy ảnh Fujifilm</a></h3> <div class="amp-related-meta"> Hướng dẫn mua hàng </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/tablet-og-hinh-anh-va-thu-vien-anh-cua-apple-ipad/"> <amp-img src="https://exse.eyewated.com/pict/0019f0afc8a932f7-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/tablet-og-hinh-anh-va-thu-vien-anh-cua-apple-ipad/">Tablet OG: Hình ảnh và Thư viện ảnh của Apple iPad</a></h3> <div class="amp-related-meta"> IPad </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/cong-cu-tim-kiem-torrentz-la-gi/"> <amp-img src="https://exse.eyewated.com/pict/972c6fd35ba53343-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/cong-cu-tim-kiem-torrentz-la-gi/">Công cụ tìm kiếm Torrentz là gì?</a></h3> <div class="amp-related-meta"> Web & Tìm kiếm </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/cach-them-hinh-anh-vao-lien-he-trong-gmail/">Cách thêm hình ảnh vào liên hệ trong Gmail</a></h3> <div class="amp-related-meta"> Email & Nhắn tin </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/cach-su-dung-nha-djieu-hanh-tim-kiem-thu-tren-mac-os-x-dje-tim-thu/"> <amp-img src="https://exse.eyewated.com/pict/26b69fb77ff8468c-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/cach-su-dung-nha-djieu-hanh-tim-kiem-thu-tren-mac-os-x-dje-tim-thu/">Cách sử dụng Nhà điều hành tìm kiếm thư trên Mac OS X để tìm thư</a></h3> <div class="amp-related-meta"> Mac </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/lam-the-nao-dje-chuyen-djoi-mot-tai-lieu-word-sang-html/"> <amp-img src="https://exse.eyewated.com/pict/aea5b69ee3ce2fdb-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/lam-the-nao-dje-chuyen-djoi-mot-tai-lieu-word-sang-html/">Làm thế nào để chuyển đổi một tài liệu Word sang HTML</a></h3> <div class="amp-related-meta"> Thiết kế web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/may-tinh-bang-la-gi/"> <amp-img src="https://exse.eyewated.com/pict/26111724ac8130b1-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/may-tinh-bang-la-gi/">Máy tính bảng là gì?</a></h3> <div class="amp-related-meta"> Các cửa sổ </div> </div> </div> <div class="amp-related-content"> <a href="https://vi.eyewated.com/bayonetta-2-co-phai-la-tinh-duc-va-ban-co-nen-quan-tam-khong/"> <amp-img src="https://exse.eyewated.com/pict/c685d2612d9633fc-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://vi.eyewated.com/bayonetta-2-co-phai-la-tinh-duc-va-ban-co-nen-quan-tam-khong/">Bayonetta 2 có phải là tình dục và bạn có nên quan tâm không?</a></h3> <div class="amp-related-meta"> Trò chơi </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 vi.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.3 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-10-04 00:34:01 --> <!-- 0.002 -->