Bagaimana Membuat Fail EPUB Dari HTML dan XML

Fail EPUB adalah jenis fail ebook lain yang popular. Jika anda merancang menulis atau menerbitkan ebook, anda harus menyimpan HTML anda sebagai fail Mobipocket , dan juga sebagai EPUB. Dalam beberapa cara, fail epub lebih mudah dibina daripada fail Mobi. Oleh kerana EPUB berasaskan XML, anda hanya perlu membuat fail XML anda, mengumpulnya bersama, dan memanggilnya epub.

Bagaimana Membuat Fail EPUB Dari HTML dan XML

Ini adalah langkah-langkah yang perlu anda ambil untuk membuat fail epub:

  1. Bina HTML anda. Buku anda ditulis dalam HTML, dengan CSS untuk gaya. Tetapi, bukan hanya HTML, itu XHTML. Oleh itu, jika anda tidak biasanya menulis dalam XHTML (menutup elemen anda, menggunakan petikan di semua atribut, dan sebagainya), anda perlu menukar HTML anda ke XHTML. Anda boleh menggunakan satu atau lebih fail XHTML untuk buku anda. Kebanyakan orang memisahkan bab ke dalam fail XHTML berasingan. Sebaik sahaja anda mempunyai semua fail XHTML, letakkannya dalam folder semua bersama-sama.
  2. Buat Fail Jenis MIME . Dalam editor teks anda, buka dokumen dan jenis baru: aplikasi / epub + zip Simpan fail sebagai "mimetype" tanpa sebarang sambungan . Letakkan fail itu dalam folder dengan fail XHTML anda.
  3. Tambah helaian gaya anda. Anda harus membuat dua helaian gaya untuk buku anda untuk halaman yang dipanggil
    1. page_styles.css: @page {
    2. margin-bottom: 5pt;
    3. margin-top: 5pt
    4. }
    5. Buat satu untuk gaya buku yang dipanggil stylesheet.css. Anda boleh memberi mereka nama-nama lain, anda hanya perlu ingat apa yang mereka ada. Simpan fail ini dalam direktori yang sama dengan fail XHTML dan mimetype anda.
  1. Tambah imej perlindungan anda. Imej perlindungan anda hendaklah menjadi fail JPG tidak lebih daripada 64KB. Semakin kecil anda boleh menjadikannya lebih baik, tetapi teruskan dengan baik. Imej-imej kecil boleh menjadi sangat sukar untuk dibaca, dan penutupnya adalah di mana anda melakukan pemasaran buku anda.
  2. Bina halaman tajuk anda. Anda tidak perlu menggunakan imej penutup sebagai halaman tajuk anda, tetapi kebanyakan orang lakukan. Untuk menambah halaman tajuk anda, buat fail XHTML yang disebut titlepage.xhtml. Berikut adalah contoh halaman tajuk menggunakan SVG untuk imej. Tukar bahagian yang diketengahkan untuk menunjuk pada imej perlindungan anda:
    1. Cover </ title> </li><li> <style type = "text / css" title = "override_css"> </li><li> @page {padding: 0pt; margin: 0pt} </li><li> badan {text-align: center; padding: 0pt; margin: 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> <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>Bina "Isi Kandungan" anda.</strong> Buat fail yang dipanggil toc.ncx dalam editor teks anda. Ini adalah fail XML, dan ia harus menunjuk kepada semua fail HTML anda dalam buku anda. Berikut adalah sampel dengan dua elemen dalam jadual kandungan. Tukar bahagian yang diserlahkan ke buku anda, dan tambahkan elemen navPoint tambahan untuk bahagian tambahan: <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 = "caliber (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>Cara Membangun Laman 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>Hosting</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>Adakah Anda Perlu Nama Domain?</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>Tambah fail XML kontena.</strong> Dalam editor teks anda, buat fail bernama container.xml dan simpan dalam sub-direktori di bawah fail HTML anda. Fail harus dibaca: <ol><li> <? xml version = "1.0"?> </li><li> <container version = "1.0" xmlns = "urn: oasis: names: tc: opendocument: xmlns: container"> </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>Buat senarai kandungan (content.opf).</strong> Ini adalah fail yang menjelaskan apa buku epub anda. Ia termasuk metadata mengenai buku (seperti penulis, tarikh penerbitan, dan genre). Berikut ialah contoh, anda perlu menukar bahagian dalam kuning untuk mencerminkan buku anda: <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: bahasa> en </ dc: bahasa> </li><li> <dc: title> <em>Cara Membangun Laman Web</em> </ dc: title> </li><li> <dc: pencipta opf: file-as = " <em>Kyrnin, Jennifer</em> " opf: role = "aut"> <em>Jennifer Kyrnin</em> </ dc: creator> </li><li> <meta name = "cover" content = "cover" /> </li><li> <dc: tarikh> 0101-01-01T00: 00: 00 + 00: 00 </ dc: tarikh> </li><li> <dc: penyumbang opf: role = "bkp"> </ dc: penyumbang> </li><li> <dc: identifier id = "uuid_id" opf: scheme = "uuid"> 0c159d12-f5fe-4323-8194-f5c652b89f5c </ dc: identifier> </li><li> </ metadata> </li><li> <manifesto> </li><li> <item href = " <em>cover.jpeg</em> " id = "cover" 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> <panduan> </li><li> <reference href = "titlepage.xhtml" type = "cover" title = "Cover" /> </li><li> </ guide> </li><li> </ pakej> </li></ol></li></ol><ol><li> Itulah semua fail yang anda perlukan, mereka semua harus berada dalam direktori bersama (kecuali container.xml, yang masuk dalam sub-direktori META-INF). Kami ingin pergi ke direktori bekas dan pastikan ia mempunyai nama yang mencerminkan nama tajuk dan pengarang. </li><li> Sebaik sahaja anda mempunyai direktori fail bernama bagaimana anda menginginkannya, anda harus menggunakan program arkib Zip untuk zip direktori. Direktori sampel saya berakhir sebagai fail zip bernama "Cara Membangun Laman Web - Jennifer Kyrnin.zip" </li><li> Akhir sekali, ubah ekstensi nama fail dari .zip ke .epub. Sistem operasi anda boleh membantah, tetapi teruskan dengannya. Anda mahu ini mempunyai sambungan epub. </li><li> Akhirnya, <strong>menguji buku anda.</strong> Sukar untuk mendapatkan format epub yang betul pada percubaan pertama, jadi anda harus selalu menguji fail anda. Buka dalam pembaca epub seperti Kaliber. Dan jika ia tidak dipaparkan dengan betul, anda boleh menggunakan Kaliber untuk membetulkan masalah. </li></ol> </div> <div class="amp-related-wrapper"> <h2>Alike posts</h2> <div class="amp-related-content"> <a href="https://ms.eyewated.com/pengenalan-teks-editor-bluefish/"> <amp-img src="https://exse.eyewated.com/pict/1c9b46d24949324c-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/pengenalan-teks-editor-bluefish/">Pengenalan Teks Editor Bluefish</a></h3> <div class="amp-related-meta"> Reka Bentuk Web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/adakah-terdapat-tag-html-space/"> <amp-img src="https://exse.eyewated.com/pict/2d691e7fe79532bf-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/adakah-terdapat-tag-html-space/">Adakah terdapat Tag HTML Space?</a></h3> <div class="amp-related-meta"> Reka Bentuk Web & Dev </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/apakah-atribut-id/">Apakah Atribut ID?</a></h3> <div class="amp-related-meta"> Reka Bentuk Web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/cara-menukar-dokumen-word-ke-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://ms.eyewated.com/cara-menukar-dokumen-word-ke-html/">Cara Menukar Dokumen Word ke HTML</a></h3> <div class="amp-related-meta"> Reka Bentuk Web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/membuat-butang-html-pada-borang/"> <amp-img src="https://exse.eyewated.com/pict/2d691e7fe79532bf-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/membuat-butang-html-pada-borang/">Membuat Butang HTML pada Borang</a></h3> <div class="amp-related-meta"> Reka Bentuk Web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/bagaimana-lihat-sumber-html-laman-web-dalam-safari/"> <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://ms.eyewated.com/bagaimana-lihat-sumber-html-laman-web-dalam-safari/">Bagaimana Lihat Sumber HTML Laman Web dalam Safari</a></h3> <div class="amp-related-meta"> Reka Bentuk Web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/kod-html-untuk-tanda-baca-dan-watak-lain/"> <amp-img src="https://exse.eyewated.com/pict/f05b77d3acc02f4c-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/kod-html-untuk-tanda-baca-dan-watak-lain/">Kod HTML untuk Tanda baca dan Watak Lain</a></h3> <div class="amp-related-meta"> Reka Bentuk Web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/cara-penggunaan-ems-untuk-menukar-saiz-font-laman-web-html/"> <amp-img src="https://exse.eyewated.com/pict/95875758e662301f-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/cara-penggunaan-ems-untuk-menukar-saiz-font-laman-web-html/">Cara Penggunaan 'EMS' untuk Menukar Saiz Font Laman Web (HTML)</a></h3> <div class="amp-related-meta"> Reka Bentuk Web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/kod-bahasa-html/"> <amp-img src="https://exse.eyewated.com/pict/72aa1f41a5ad30be-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/kod-bahasa-html/">Kod Bahasa HTML</a></h3> <div class="amp-related-meta"> Reka Bentuk Web & Dev </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>See Newest</h2> <div class="amp-related-content"> <a href="https://ms.eyewated.com/video-game-deathmatch-nba-2k16-vs-nba-live-16/"> <amp-img src="https://exse.eyewated.com/pict/79ded7a34fe03236-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/video-game-deathmatch-nba-2k16-vs-nba-live-16/">Video Game Deathmatch: NBA 2K16 vs NBA Live 16</a></h3> <div class="amp-related-meta"> Permainan </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/kandungan-hd-dalam-pakej-luar/"> <amp-img src="https://exse.eyewated.com/pict/5e8e4276215c32e9-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/kandungan-hd-dalam-pakej-luar/">Kandungan HD dalam Pakej Luar</a></h3> <div class="amp-related-meta"> Membeli Panduan </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/rancangan-hadapan-untuk-pelanggaran-hak-cipta/"> <amp-img src="https://exse.eyewated.com/pict/3e0f81e29ccd2f4d-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/rancangan-hadapan-untuk-pelanggaran-hak-cipta/">Rancangan Hadapan untuk Pelanggaran Hak Cipta</a></h3> <div class="amp-related-meta"> Perisian </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/bagaimana-menggunakan-cek-bunyi-pada-iphone-dan-ipod/"> <amp-img src="https://exse.eyewated.com/pict/8975ae615d503472-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/bagaimana-menggunakan-cek-bunyi-pada-iphone-dan-ipod/">Bagaimana Menggunakan Cek Bunyi pada iPhone dan iPod</a></h3> <div class="amp-related-meta"> IPhone & iPod </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/ciri-ciri-keselamatan-penghala-tanpa-wayar-anda-perlu-putar/"> <amp-img src="https://exse.eyewated.com/pict/2377b60a09d0333c-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/ciri-ciri-keselamatan-penghala-tanpa-wayar-anda-perlu-putar/">Ciri-ciri Keselamatan Penghala Tanpa Wayar Anda Perlu Putar</a></h3> <div class="amp-related-meta"> Carian sesawang </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/hidupkan-teater-rumah-anda-ke-galeri-seni-dengan-artcast/"> <amp-img src="https://exse.eyewated.com/pict/fcbaf8b08e89389a-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/hidupkan-teater-rumah-anda-ke-galeri-seni-dengan-artcast/">Hidupkan Teater Rumah Anda Ke Galeri Seni Dengan Artcast</a></h3> <div class="amp-related-meta"> Ulasan Produk </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>Sapid posts</h2> <div class="amp-related-content"> <a href="https://ms.eyewated.com/mengapa-uber-so-controversial/"> <amp-img src="https://exse.eyewated.com/pict/63ee9711df664095-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/mengapa-uber-so-controversial/">Mengapa Uber So Controversial</a></h3> <div class="amp-related-meta"> Media Sosial </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/the-6-best-heads-up-displays-to-buy-in-2018/">The 6 Best Heads-Up Displays to Buy in 2018</a></h3> <div class="amp-related-meta"> Membeli Panduan </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/mewujudkan-skim-warna-web/"> <amp-img src="https://exse.eyewated.com/pict/64792d15688f310d-120x86.gif" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/mewujudkan-skim-warna-web/">Mewujudkan Skim Warna Web</a></h3> <div class="amp-related-meta"> Reka Bentuk Web & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/apa-itu-aircard/"> <amp-img src="https://exse.eyewated.com/pict/66e99aa3478c3470-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/apa-itu-aircard/">Apa itu AirCard?</a></h3> <div class="amp-related-meta"> Internet & Rangkaian </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/syarikat-mana-yang-mempunyai-rancangan-data-ipad-terbaik/"> <amp-img src="https://exse.eyewated.com/pict/a2db2145e57e36a3-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/syarikat-mana-yang-mempunyai-rancangan-data-ipad-terbaik/">Syarikat mana yang Mempunyai Rancangan Data iPad Terbaik?</a></h3> <div class="amp-related-meta"> IPad </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/bagaimana-untuk-menghantar-semula-mesej-dalam-mel-windows-atau-outlook-express/"> <amp-img src="https://exse.eyewated.com/pict/63e17e8c267c33bf-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/bagaimana-untuk-menghantar-semula-mesej-dalam-mel-windows-atau-outlook-express/">Bagaimana untuk menghantar semula mesej dalam mel Windows atau Outlook Express</a></h3> <div class="amp-related-meta"> E-mel & Pesanan </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/laman-terjemahan-the-best-online/"> <amp-img src="https://exse.eyewated.com/pict/c8da9020c54d330d-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/laman-terjemahan-the-best-online/">Laman Terjemahan: The Best Online</a></h3> <div class="amp-related-meta"> Carian sesawang </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/8-hadiah-terbaik-untuk-beli-untuk-pengguna-chromebook-pada-2018/"> <amp-img src="https://exse.eyewated.com/pict/1b7ae08375b83e5e-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/8-hadiah-terbaik-untuk-beli-untuk-pengguna-chromebook-pada-2018/">8 Hadiah Terbaik untuk Beli untuk Pengguna Chromebook pada 2018</a></h3> <div class="amp-related-meta"> Membeli Panduan </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/bagaimana-menggunakan-pengawal-ps4-pada-pc-atau-mac-anda/"> <amp-img src="https://exse.eyewated.com/pict/732fc4c570f131a9-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/bagaimana-menggunakan-pengawal-ps4-pada-pc-atau-mac-anda/">Bagaimana Menggunakan Pengawal PS4 pada PC atau Mac anda</a></h3> <div class="amp-related-meta"> Permainan </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/tv-oled-apa-yang-anda-perlu-tahu/"> <amp-img src="https://exse.eyewated.com/pict/694e668f911e3434-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/tv-oled-apa-yang-anda-perlu-tahu/">TV OLED - Apa yang Anda Perlu Tahu</a></h3> <div class="amp-related-meta"> Teater rumah </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/top-5-percuma-calling-apps-untuk-apple-ios/"> <amp-img src="https://exse.eyewated.com/pict/74ebd77c8920340f-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/top-5-percuma-calling-apps-untuk-apple-ios/">Top 5 Percuma Calling Apps untuk Apple iOS</a></h3> <div class="amp-related-meta"> E-mel & Pesanan </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/menggunakan-run-as-di-windows/"> <amp-img src="https://exse.eyewated.com/pict/f98f03ab54882fd5-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/menggunakan-run-as-di-windows/">Menggunakan 'Run As' di Windows</a></h3> <div class="amp-related-meta"> Carian sesawang </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/adakah-saya-perlu-tahu-cara-menggambar-untuk-pemodelan-3d/"> <amp-img src="https://exse.eyewated.com/pict/675fc52ef4b23bad-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/adakah-saya-perlu-tahu-cara-menggambar-untuk-pemodelan-3d/">Adakah saya Perlu Tahu Cara Menggambar Untuk Pemodelan 3D?</a></h3> <div class="amp-related-meta"> Baru & Seterusnya </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/cara-kemas-kini-perisian-eshop-nintendo-3ds/"> <amp-img src="https://exse.eyewated.com/pict/cffdc7900d8132ef-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/cara-kemas-kini-perisian-eshop-nintendo-3ds/">Cara Kemas Kini Perisian eShop Nintendo 3DS</a></h3> <div class="amp-related-meta"> Permainan </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/cyberpowerpc-fangbook-evo-hx7-200/"> <amp-img src="https://exse.eyewated.com/pict/f86e7e7c21d53865-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/cyberpowerpc-fangbook-evo-hx7-200/">CyberPowerPC FANGBOOK EVO HX7-200</a></h3> <div class="amp-related-meta"> Membeli Panduan </div> </div> </div> <div class="amp-related-content"> <a href="https://ms.eyewated.com/fungsi-excel-match-mencari-lokasi-data/"> <amp-img src="https://exse.eyewated.com/pict/a4e018a4ed9934fb-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://ms.eyewated.com/fungsi-excel-match-mencari-lokasi-data/">Fungsi Excel MATCH: Mencari Lokasi Data</a></h3> <div class="amp-related-meta"> Perisian </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 ms.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.323 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-10-03 23:29:32 --> <!-- 0.001 -->