Si të krijoni një skedar EPUB nga HTML dhe XML

Një skedar EPUB është lloji tjetër i skedarit të ebook që është popullor. Nëse planifikoni të shkruani ose të botoni një ebook, duhet të ruani HTML-në tuaj si një skedar Mobipocket dhe gjithashtu si EPUB. Në disa mënyra, një skedar epub është shumë më i lehtë për t'u ndërtuar se një skedar Mobi. Që EPUB është i bazuar në XML, ju thjesht duhet të krijoni skedarët tuaj XML, t'i mbledhni së bashku dhe ta quani atë epub.

Si të krijoni një skedar EPUB nga HTML dhe XML

Këto janë hapat që duhen marrë për të krijuar një skedar epub:

  1. Ndërtoni HTML-in tuaj. Libri juaj është shkruar në HTML, me CSS për styling. Por, nuk është vetëm HTML, është XHTML. Pra, nëse normalisht nuk shkruani në XHTML (mbyllni elementet tuaja, duke përdorur kuotat rreth të gjitha atributeve, etj), do t'ju duhet të konvertohet HTML në XHTML. Ju mund të përdorni një ose më shumë skedarë XHTML për librat tuaj. Shumica e njerëzve i ndajnë kapitujt në skedarë të veçantë XHTML. Pasi të keni të gjitha skedarët XHTML, vendosini ato në një dosje të gjithë së bashku.
  2. Krijo një skedar të tipit MIME . Në editorin e tekstit tuaj, hapni një dokument dhe tip të ri: application / epub + zip Ruajeni skedarin si "mimetype" pa ndonjë zgjatje . Vendose atë dosje në dosjen me skedarët XHTML.
  3. Shtoni fletët e stilit tuaj. Ju duhet të krijoni dy fletë stili për librin tuaj për faqet e quajtura
    1. page_styles.css: @page {
    2. margjina-fund: 5pt;
    3. diferencë-lartë: 5pt
    4. }
    5. Krijo një për stilet e librave të quajtura stylesheet.css. Ju mund t'u jepni atyre emra të tjerë, ju vetëm duhet të mbani mend atë që ata janë. Ruani këto skedarë në të njëjtën dosje me skedarët tuaj XHTML dhe mimetype.
  1. Shto imazhin tënd të mbuluar. Imazhi yt i mbuluar duhet të jetë një skedar JPG jo më shumë se 64 KB. Sa më i vogël që mund ta bëni është më mirë, por e mbani mirë. Imazhet e vogla mund të jenë shumë të vështira për tu lexuar, dhe mbulimi është vendi ku e bën marketingun tuaj të librit.
  2. Ndërtoni faqen tuaj të titullit. Ju nuk duhet të përdorni imazhin e mbuluar si faqen tuaj të titullit, por shumica e njerëzve bëjnë. Për të shtuar faqen tënde të titullit, krijoni një skedar XHTML që quhet titullpage.xhtml. Këtu është një shembull i një faqe titulli duke përdorur SVG për imazhin. Ndryshimi i pjesës së theksuar për të treguar figurën tënd të mbuluar:
    1. Cover </ title> </li><li> <style type = "text / css" title = "override_css"> </li><li> @page {padding: 0pt; diferencë: 0pt} </li><li> trup {text-align: center; mbushje: 0pt; margjina: 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%" lartësia = "100%" viewBox = "0 0 425 616" preserveAspectRatio = "asnjë"> </li><li> <imazh 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>Ndërtoni "Tabelën e Përmbajtjes" tuaj.</strong> Krijo një skedar të quajtur toc.ncx në redaktuesin e tekstit. Ky është një skedar XML dhe duhet të tregojë të gjitha dosjet tuaja HTML në librin tuaj. Këtu është një mostër me dy elementë në tabelën e përmbajtjes. Ndryshoni pjesët e theksuara në librin tuaj dhe shtoni elementë shtesë të navPoint për seksione shtesë: <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" emër = "dtb: uid" /> </li><li> <meta content = "2" name = "dtb: thellësia" /> </li><li> <meta content = "kalibër (0.8.68)" name = "dtb: gjenerator" /> </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>Si të ndërtoni një faqe interneti</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>A keni nevojë për një emër 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>Shto një skedar XML të enës.</strong> Në redaktorin tuaj të tekstit, krijoni një skedar të quajtur container.xml dhe ruani në një nën-direktori poshtë dosjeve tuaja HTML. Dosja duhet të lexojë: <ol><li> <? xml version = "1.0"?> </li><li> <container version = "1.0" xmlns = "urn: oazë: emra: tc: opendocument: xmlns: enë"> </li><li> <Rootfiles> </li><li> <rootfile full-path = "content.opf" media-type = "aplikacion / oebps-package + xml" /> </li><li> </ Rootfiles> </li><li> </ Enë> </li></ol></li><li> <strong>Krijo listën e përmbajtjeve (content.opf).</strong> Ky është skedari që shpjegon se çfarë është libri juaj epub. Ai përfshin meta të dhëna për librin (si autori, publikimi i datës dhe zhanri). Këtu është një mostër, ju duhet të ndryshoni pjesët në të verdhë për të pasqyruar librin tuaj: <ol><li> <? xml version = '1.0' encoding = 'utf-8'?> </li><li> <package xmlns = "http://www.idpf.org/2007/opf" version = "2.0" unik identifikues = "uuid_id"> </li><li> <meta të dhëna 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: Gjuha> en </ dc: gjuhë> </li><li> <dc: title> <em>Si të ndërtoni një faqe interneti</em> </ dc: title> </li><li> <dc: krijuesi opf: file-as = " <em>Kyrnin, Jennifer</em> " opf: role = "aut"> <em>Jennifer Kyrnin</em> </ dc: krijuesi> </li><li> <meta name = "mbuluar" content = "mbuluar" /> </li><li> <Dc: data> 0101-01-01T00: 00: 00 + 00: 00 </ dc: data> </li><li> <dc: kontribuesi opf: role = "bkp"> </ dc: kontribues> </li><li> <dc: identifikues id = "uuid_id" opf: skema = "uuid"> 0c159d12-f5fe-4323-8194-f5c652b89f5c </ dc: identifikues> </li><li> </ Metadata> </li><li> <Manifest> </li><li> <item href = " <em>cover.jpeg</em> " id = "mbulo" media-type = "image / jpeg" /> </li><li> <item href = " <em>build_website.html</em> " id = "id1" media-type = "aplikacion / xhtml + xml" /> </li><li> <item href = " <em>page_styles.css</em> " id = "faqe_css" media-type = "teksti / css" /> </li><li> <item href = " <em>stylesheet.css</em> " id = "css" media-type = "teksti / css" /> </li><li> <item href = " <em>titlepage.xhtml</em> " id = "faqja e titullit" media-type = "application / xhtml + xml" /> </li><li> <item href = "toc.ncx" media-type = "aplikacion / x-dtbncx + xml" id = "ncx" /> </li><li> </ Manifest> </li><li> <spine toc = "ncx"> </li><li> <itemref idref = "faqja e titullit" /> </li><li> <itemref idref = "id1" /> </li><li> </ Shpinë> </li><li> <Udhëzues> </li><li> <referenca href = "titlepage.xhtml" type = "mbuluar" title = "Cover" /> </li><li> </ Udhëzues> </li><li> </ Paketë> </li></ol></li></ol><ol><li> Kjo është e gjitha dosjet që ju nevojiten, të gjithë duhet të jenë në një direktori së bashku (përveç kontejnerit. Xml, që shkon në një nën-direktori META-INF). Na pëlqen të shkojmë në dosjen e enëve dhe të sigurohemi që ai të ketë një emër që pasqyron titullin dhe emrat e autorit. </li><li> Pasi të keni dosjen e skedarëve të quajtur si ta doni, duhet të përdorni një program arkivimi Zip për të zip në dosjen. Lista ime e mostrës përfundon si një skedar zip me emrin "Si të ndërtojmë një faqe interneti - Jennifer Kyrnin.zip" </li><li> Së fundi, ndërroni zgjatjen e emrit të file nga .zip në .epub. Sistemi juaj operativ mund të protestojë, por të vazhdojë me të. Ju dëshironi që kjo të ketë një shtyrje epub. </li><li> Së fundi, <strong>provo librin tënd.</strong> Është e vështirë për të marrë formatin epub të saktë në përpjekjen e parë, kështu që gjithmonë duhet të provosh dosjen tënde. Hapeni atë në një lexues epub si Kalibri. Dhe nëse nuk shfaqet si duhet, mund të përdorni Kalibrin për të korrigjuar problemet. </li></ol> </div> <div class="amp-related-wrapper"> <h2>Alike posts</h2> <div class="amp-related-content"> <a href="https://sq.eyewated.com/html-quick-dhe-dirty-tutorial/"> <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://sq.eyewated.com/html-quick-dhe-dirty-tutorial/">HTML Quick dhe Dirty Tutorial</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/si-te-punesohen-kodet-html-per-figure-te-gjuhes-gjermane/"> <amp-img src="https://exse.eyewated.com/pict/141f4379729d345c-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/si-te-punesohen-kodet-html-per-figure-te-gjuhes-gjermane/">Si të punësohen Kodet HTML për Figurë të Gjuhës Gjermane</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/shenime-ne-facebook-me-nuk-mbeshtet-html-por-ende-ka-mundesi/"> <amp-img src="https://exse.eyewated.com/pict/ff980faaa43d2ff6-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/shenime-ne-facebook-me-nuk-mbeshtet-html-por-ende-ka-mundesi/">Shënime në Facebook më nuk mbështet HTML, por ende ka mundësi</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/si-te-perdorni-ems-per-te-ndryshuar-madhesine-e-faqeve-te-faqes-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://sq.eyewated.com/si-te-perdorni-ems-per-te-ndryshuar-madhesine-e-faqeve-te-faqes-html/">Si të përdorni 'EMS' për të ndryshuar madhësinë e faqeve të faqes (HTML)</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/keshilla-per-perdorimin-e-komenteve-html-te-komenteve/"> <amp-img src="https://exse.eyewated.com/pict/4bcc8f96607434bc-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/keshilla-per-perdorimin-e-komenteve-html-te-komenteve/">Këshilla për përdorimin e komenteve HTML të komenteve</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/kodet-html-per-cekisht-sllovake-dhe-sllovene/"> <amp-img src="https://exse.eyewated.com/pict/09029647fe06337c-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/kodet-html-per-cekisht-sllovake-dhe-sllovene/">Kodet HTML për Çekisht, Sllovake dhe Sllovene</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/si-te-krijoni-html-hapesire-%E2%80%8B%E2%80%8Bte-bardhe/"> <amp-img src="https://exse.eyewated.com/pict/d828541cc37d2fe5-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/si-te-krijoni-html-hapesire-%E2%80%8B%E2%80%8Bte-bardhe/">Si të krijoni HTML hapësirë ​​të bardhë</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/pse-perdor-html-ne-semantike/"> <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://sq.eyewated.com/pse-perdor-html-ne-semantike/">Pse përdor HTML-në semantike?</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/mesoni-rreth-perdorimit-te-nje-validator-te-html-per-te-gjetur-gabime/"> <amp-img src="https://exse.eyewated.com/pict/b1275ec04383338c-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/mesoni-rreth-perdorimit-te-nje-validator-te-html-per-te-gjetur-gabime/">Mësoni rreth përdorimit të një Validator të HTML për të gjetur gabime</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>See Newest</h2> <div class="amp-related-content"> <a href="https://sq.eyewated.com/paraden-e-dites-se-falenderimeve-te-macy-t/"> <amp-img src="https://exse.eyewated.com/pict/e6c497cb387d3560-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/paraden-e-dites-se-falenderimeve-te-macy-t/">Paradën e Ditës së Falënderimeve të Macy-t</a></h3> <div class="amp-related-meta"> Kerkim ne rrjet </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/dekodimi-i-sistemeve-te-zbulimit-te-vendit-te-verber-dhe-paralajmerimit/"> <amp-img src="https://exse.eyewated.com/pict/c8aea674d7eb3bd9-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/dekodimi-i-sistemeve-te-zbulimit-te-vendit-te-verber-dhe-paralajmerimit/">Dekodimi i Sistemeve të Zbulimit të Vendit të Verbër dhe Paralajmërimit</a></h3> <div class="amp-related-meta"> Car Tech </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/9-me-te-mire-te-lire-ftp-server-software/">9 Më të mirë të lirë FTP Server Software</a></h3> <div class="amp-related-meta"> Programe dhe Aplikacione </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/si-te-gjeni-cilesimet-tuaja-te-postes-elektronike-ne-regjistrin-e-windows/"> <amp-img src="https://exse.eyewated.com/pict/cc05359b2ff94448-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/si-te-gjeni-cilesimet-tuaja-te-postes-elektronike-ne-regjistrin-e-windows/">Si të gjeni cilësimet tuaja të postës elektronike në Regjistrin e Windows</a></h3> <div class="amp-related-meta"> Email & Mesazhimi </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/tcpdump-command-linux-komanda-unix/"> <amp-img src="https://exse.eyewated.com/pict/106991207e9134df-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/tcpdump-command-linux-komanda-unix/">Tcpdump - Command Linux - Komanda Unix</a></h3> <div class="amp-related-meta"> Linux </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/a-mund-te-marr-nje-shkarkim-falas-te-windows-live-mail/"> <amp-img src="https://exse.eyewated.com/pict/9291f7f2081f352c-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/a-mund-te-marr-nje-shkarkim-falas-te-windows-live-mail/">A mund të marr një shkarkim falas të Windows Live Mail?</a></h3> <div class="amp-related-meta"> Email & Mesazhimi </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>Sapid posts</h2> <div class="amp-related-content"> <a href="https://sq.eyewated.com/ku-etiketa-email-thote-se-nenshkrimi-juaj-duhet-te-jete/"> <amp-img src="https://exse.eyewated.com/pict/15529538a7d63bbe-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/ku-etiketa-email-thote-se-nenshkrimi-juaj-duhet-te-jete/">Ku etiketa Email thotë se nënshkrimi juaj duhet të jetë</a></h3> <div class="amp-related-meta"> Email & Mesazhimi </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/kef-t205-sistemi-i-kryetarit-te-teatrit-ne-shtepi-rishikimi-i-produkteve/"> <amp-img src="https://exse.eyewated.com/pict/bc360e96f344367e-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/kef-t205-sistemi-i-kryetarit-te-teatrit-ne-shtepi-rishikimi-i-produkteve/">KEF T205 Sistemi i Kryetarit të Teatrit në shtëpi - Rishikimi i Produkteve</a></h3> <div class="amp-related-meta"> Shqyrtime të produkteve </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/udhezues-per-funksionet-e-videokamera/"> <amp-img src="https://exse.eyewated.com/pict/546242e98f7a2f94-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/udhezues-per-funksionet-e-videokamera/">Udhëzues për funksionet e videokamera</a></h3> <div class="amp-related-meta"> Kamera dixhitale </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/10-termat-me-te-perbashketa-te-powerpoint/"> <amp-img src="https://exse.eyewated.com/pict/9c3bd6b1604d33bb-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/10-termat-me-te-perbashketa-te-powerpoint/">10 Termat më të Përbashkëta të PowerPoint</a></h3> <div class="amp-related-meta"> Program </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/siguria-kompjuterike-101-tm/"> <amp-img src="https://exse.eyewated.com/pict/95884b6eaf622f6e-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/siguria-kompjuterike-101-tm/">Siguria kompjuterike 101 (tm)</a></h3> <div class="amp-related-meta"> Kerkim ne rrjet </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/mesoni-qellimin-e-192-168-1-254-router-ip-address/"> <amp-img src="https://exse.eyewated.com/pict/966982b204c034bf-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/mesoni-qellimin-e-192-168-1-254-router-ip-address/">Mësoni Qëllimin e 192.168.1.254 Router IP Address</a></h3> <div class="amp-related-meta"> Internet & Rrjet </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/social-tv-udhezues-per-bazat/"> <amp-img src="https://exse.eyewated.com/pict/a72a526e70f139a1-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/social-tv-udhezues-per-bazat/">Social TV: Udhëzues për bazat</a></h3> <div class="amp-related-meta"> Mediat sociale </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/udhezime-per-te-bere-thirrje-falas-skype-nga-nje-telefon-celular/"> <amp-img src="https://exse.eyewated.com/pict/12c19664b5d7423b-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/udhezime-per-te-bere-thirrje-falas-skype-nga-nje-telefon-celular/">Udhëzime për të bërë thirrje falas Skype nga një telefon celular</a></h3> <div class="amp-related-meta"> Email & Mesazhimi </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/si-te-perdorni-elementet-span-dhe-div-html/"> <amp-img src="https://exse.eyewated.com/pict/fcec918b16533154-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/si-te-perdorni-elementet-span-dhe-div-html/">Si të përdorni Elementët Span dhe Div HTML</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/si-te-dergoni-nje-mesazh-ne-tekst-te-thjeshte-me-mac-os-x-mail/"> <amp-img src="https://exse.eyewated.com/pict/329990d5cfb934a4-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/si-te-dergoni-nje-mesazh-ne-tekst-te-thjeshte-me-mac-os-x-mail/">Si të dërgoni një mesazh në tekst të thjeshtë me Mac OS X Mail</a></h3> <div class="amp-related-meta"> Macs </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/7-bluzat-me-te-mira-per-te-blere-ne-2018/">7 bluzat më të mira për të blerë në 2018</a></h3> <div class="amp-related-meta"> Blerja e udhëzuesve </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/fonts-classic-serif-printoni-projekte-te-bukura-dhe-pershtatshmerine-e-perjetshme/"> <amp-img src="https://exse.eyewated.com/pict/a47d9683de4c3376-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/fonts-classic-serif-printoni-projekte-te-bukura-dhe-pershtatshmerine-e-perjetshme/">Fonts Classic Serif Printoni Projekte të Bukura dhe Përshtatshmërinë e përjetshme</a></h3> <div class="amp-related-meta"> Program </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/si-ta-rregulloni-nje-usb-drive-duke-perdorur-ubuntu/"> <amp-img src="https://exse.eyewated.com/pict/cdd503ef8fc530f2-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/si-ta-rregulloni-nje-usb-drive-duke-perdorur-ubuntu/">Si ta rregulloni një USB Drive duke përdorur Ubuntu</a></h3> <div class="amp-related-meta"> Linux </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/kerkimi-i-dyfishte-i-excel-it-duke-perdorur-vlookup-pjesa-1/"> <amp-img src="https://exse.eyewated.com/pict/4b3945b2f3c936e2-120x86.gif" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/kerkimi-i-dyfishte-i-excel-it-duke-perdorur-vlookup-pjesa-1/">Kërkimi i dyfishtë i Excel-it duke përdorur VLOOKUP Pjesa 1</a></h3> <div class="amp-related-meta"> Program </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/disney-infinity-101-ku-te-filloni-dhe-cfare-duhet-te-blini/"> <amp-img src="https://exse.eyewated.com/pict/8e7625d72a3533c7-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/disney-infinity-101-ku-te-filloni-dhe-cfare-duhet-te-blini/">Disney Infinity 101: Ku të filloni dhe Çfarë duhet të blini</a></h3> <div class="amp-related-meta"> Shqyrtime të produkteve </div> </div> </div> <div class="amp-related-content"> <a href="https://sq.eyewated.com/si-te-merrni-specs-juaj-kompjuterike/"> <amp-img src="https://exse.eyewated.com/pict/9e3bf2869b543338-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://sq.eyewated.com/si-te-merrni-specs-juaj-kompjuterike/">Si të Merrni Specs juaj Kompjuterike</a></h3> <div class="amp-related-meta"> Windows </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 sq.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.217 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-10-04 00:05:45 --> <!-- 0.002 -->