Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Monday, March 25, 2019

Cara Menyembunyikan Taskbar Windows 7

Bangiz - Taskbar pada komputer Windows berfungsi untuk menampilkan beragam aplikasi yang sedang terbuka. Hal ini akan memudahkan saat kita akan berpindah dari aplikasi satu ke aplikasi lainnya. Dengan adanya taskbar, kita bisa membuka aplikasi lebih dari satu sekaligus.

Salah satu fitur pada Taskbar di Windows, mulai dari Windows 7, 8, dan 10 ialah adanya fitur auto-hide the taskbar. Khususnya buat contoh saat ini, admin menggunakan Windows 7, tetapi untuk versi selanjutnya sama saja.

Cara Menampilkan Taskbar Windows 7

Secara default, taskbar akan berada pada mode tampil. Posisi taskbar bisa dipindahkan dengan cara drag (klik dan tahan lalu seret) pada posisi yang diinginkan. Misalnya ke bagian kiri, kanan, atas, maupun bawah. Supaya dapat dipindahkan taskbar dalam mode tidak terkunci (unlock).
  1. Klik kanan Taskbar, pilih Properties
  2. Pada tab Taskbar, pilih Taskbar appearance.
  3. Bersihkan ceklis kotak pada Auto-hide the taskbar.
  4. Klik OK.
Jika ingin menggunakan cara di atas, pastikan sebelumnya Anda menyembunyikan dahulu Taskbar. Caranya berada di bawah ini:
auto hide taskbar
auto-hide taskbar
Cara Menyembunyikan Taskbar Windows 7
  1. Klik kanan Taskbar, pilih Properties
  2. Pada Tab Taskbar pilih Taskbar appearance.
  3. Ceklis kotak Auto-hide the taskbar.
  4. Klik OK.
Untuk mengakses ke menu taskbar silahkan arahkan pointer mouse pada posisi taskbar terakhir disembunyikan. Baik bagian bawah, atas, kanan, atau kiri.

Itulah tips kali ini tentang bagaimana cara menyembunyikan atau menampilkan taskbar pada Windows. Bisa dikatakan juga sebagai cara membuat auto-hide taskbar di Windows 7/8/10.

Nantikan tips menarik lainnya dari kami, untuk berbagi artikel silahkan gunakan tombol sosial media di bawah.

Wednesday, March 20, 2019

Cara Merubah Gambar Folder di Windows

Bangiz - Folder pada laptop maupun komputer berguna untuk menyimpan sejumlah file baik itu dokumen, foto, maupun video. Dengan adanya folder, kita dapat dengan mudah mengelompokkan dokumen berdasarkan kriteria atau topik tertentu.

Untuk mempercantik tampilan folder, Anda bisa mengkustomisasi dengan gambar atau icon lain, sehingga lebih relevan dengan isinya. Misalnya untuk folder video bisa menggunakan icon kamera, folder foto memakai icon gambar, dan lainnya.
Icon folder
Icon folder
Jika tertarik untuk merubah icon yang biasanya hanya berupa dokumen berwarna kuning dengan icon lainnya, ikuti caranya berikut ini:

1. Klik kanan pada  Folder yang akan diganti.

2. Pilih Properties (bagian paling bawah).
Properties
Properties
3. Pada jendela Properties pilih Customize.

4. Pilih Change Icon...
Change Icon
Change Icon
5. Di jendela munculan baru, secara default akan menampilkan icon-icon dari SystemRoot. Anda tinggal pilih icon yang sesuai lalu klik OK. Jika Anda ingin menggunakan icon dari aplikasi, pilih Browse... lalu pilih Computer > Local disk (C) > Program File > Pilih gambar atau icon aplikasi > klik OK, lalu klik Apply atau langsung  OK lagi.

Itulah cara merubah icon folder pada laptop atau komputer Anda, pastinya mudah untuk dipahami dan dipraktekkan. Jika mengalami kesulitan silahkan tambahkan komentar Anda. Jangan lupa ikuti kami untuk tips menarik lainnya.

Tuesday, December 11, 2018

Cara Memasang Featured Slider Otomatis di Blogger

Cara Memasang Featured Slider Otomatis di Blogger

Pada kesempatan kali ini Maks Miliyan ingin berbagi tutorial bagaimana Cara Memasang Featured Slider Otomatis di Blogger.

Berikut ini kelebihan dari Featured Slider yang akan saya bagikan ke kalian.
  1. Menampilkan postingan terbaru berdasarkan label.
  2. Animasi slider yang halus.
  3. Responsive, sudah mendukung di semua ukuran layar.
Kekurangan dari Featured Slider
  1. Sedikit membebani loading blog

Bagi sobat blogger yang ingin mencoba Featured Slider ini langsung aja simak Cara Memasang Featured Slider Otomatis di Blogger berikut ini.

Cara Memasang Featured Slider Otomatis di Blogger

Pastikan template blog yang di gunakan menggunakan Jquery library versi ini

https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js

Jika versi Jquery library di template sobat menggunakan versi 2 ke bawah silahkan ubah menggunakan Jquery library di atas.

Tambahkan kode Fontawesome di bawah ini sebelum </head>

<script type='text/javascript'>
//<![CDATA[
function loadCSS(e, t, n) { "use strict"; var i = window.document.createElement("link"); var o = t || window.document.getElementsByTagName("script")[0]; i.rel = "stylesheet"; i.href = e; i.media = "only x"; o.parentNode.insertBefore(i, o); setTimeout(function () { i.media = n || "all" }) } loadCSS("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
//]]>
</script>

Lewati langkah di atas jika di template blog sobat sudah menggunakan kode Fontawesome.

Selanjutnya tambahkan kode di bawah ini sebelum </head> atau &lt;/head&gt;&lt;!--<head/>--&gt;

<style id='owl-carousel' type='text/css'> *,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} .ct-wrapper{padding:0;position:relative;max-width:970px;width:auto;margin:20px auto} #featured-slider h2.title,#featured_slider .widget h2.title{display:none} #featured_slider{margin:0 0 30px} .slider-wrappper{max-width:970px;margin:0 auto;padding:0} .owl_carouselle.owl-carousel.owl-loaded{margin:0 0 3em} .slider-item{position:relative;height:100%} .slider-item:before{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:#2d3436;opacity:.4;z-index:1} a.slider-image{height:100%} .thumb.overlay{height:200px} .post-descript{background:#fff;position:absolute;bottom:-30px;left:8%;right:8%;z-index:99;padding:25px;box-shadow:0 3px 10px rgba(0,0,0,0.1);border-radius:6px;text-align:center;transition:all .3s} .slider-item:hover .post-descript{box-shadow:0 2px 10px rgba(0,0,0,0.1)} .slider-wrapp .post-inner{padding:0 40px;margin:auto} .slider-item h2.post-title{font-size:24px;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis} .slider-item h2.post-title a{color:#000;transition:all .3s} .slider-item h2.post-title a:hover{color:#aaa} .slider-item .post-date{display:inline-block;color:#aaa;font-size:10px;margin:10px auto 0 auto;text-transform:uppercase} .slider-item .post-tag a{display:inline-block;background:#f39c12;color:#fff;padding:3px 10px;font-size:10px;text-transform:uppercase;letter-spacing:.5px;margin:0 auto 10px auto;border-radius:3px;transition:all .3s} .slider-item .post-tag a:hover{background:#000;color:#fff} .feat-home .post-tag a,.feat-home a,.feat-home div,.feat-home h2 a{color:#fff} .featured-posts{display:inline-block;width:100%} .feature-item{position:relative;display:inline-block;float:left;width:24.2%;margin:0 10px 0 0} .feature-item:last-child{margin:0} .feature-item .thumb.overlay{height:150px;width:100%;position:static} .feature-item .thumb.overlay a.slider-image{} .feature-item .post-descript{background:#fff;position:static;height:100px;margin:auto;border-radius:0;box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:10px;overflow:hidden;transition:all .3s} .feature-item .post-descript:before{content:&#39;&#39;;position:absolute;bottom:0;left:0;right:0;height:30px;background-image:linear-gradient(to top,#fff,rgba(255,255,255,0));background:linear-gradient(to left,#ffffff 0,#ffffff 100%,rgba(255,255,255,0) 100%);overflow:hidden} .feature-item:hover .post-descript{box-shadow:0 1px 5px rgba(0,0,0,0.1)} .feature-item h2.post-title{font-size:14px;margin:auto;line-height:normal;font-weight:400} .feature-item h2.post-title a{color:#000} .feature-item:hover h2.post-title a{color:#aaa} .feature-item .post-meta{margin:0} .feature-item .post-tag a{display:inline-block;background:#f39c12;color:#fff;padding:2px 8px;font-size:9px;text-transform:uppercase;letter-spacing:.5px;margin:0 auto 10px auto;border-radius:3px;transition:all .3s} .feature-item .post-tag a:hover{background:#000;color:#fff} .feat-home{height:320px;margin:0 0 50px;position:relative} .feat-home:before,.slider-item:before{content:&quot;&quot;;right:0} .feat-home:before{display:block;position:absolute;top:0;width:100%;height:100%;background:#000;opacity:.35;z-index:1} .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative} .owl-carousel{display:none;width:100%;z-index:1} .owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden} .owl-carousel .owl-stage:after{content:&quot;.&quot;;display:block;clear:both;visibility:hidden;line-height:0;height:0} .owl-carousel .owl-stage-outer{position:relative;-webkit-transform:translate3d(0,0,0)} .owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)} .owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none} .owl-carousel .owl-item img{display:block;width:100%} .owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none} .no-js .owl-carousel,.owl-carousel.owl-loaded{display:block} .owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} .owl-carousel.owl-loading{opacity:0;display:block} .owl-carousel.owl-hidden{opacity:0} .owl-carousel.owl-refresh .owl-item{visibility:hidden} .owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} .owl-carousel.owl-grab{cursor:move;cursor:grab} .owl-carousel.owl-rtl{direction:rtl} .owl-carousel.owl-rtl .owl-item{float:right} .owl-carousel .animated{animation-duration:1s;animation-fill-mode:both} .owl-carousel .owl-animated-in{z-index:0} .owl-carousel .owl-animated-out{z-index:1} .owl-carousel .fadeOut{animation-name:fadeOut} .owl-height{transition:height .5s ease-in-out} .owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease} .owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d} .owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000} .owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://4.bp.blogspot.com/-9jaG9YO21Qs/W9rimdnu-mI/AAAAAAAACyQ/Tcv3-DtVm9kOlk73vTnBG6x_1a60wchuwCLcBGAs/s1600/play-icon.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease} .owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)} .owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none} .owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease} .owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent} .owl-theme .owl-nav{margin-top:10px} .owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px} .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none} .owl-theme .owl-nav .disabled{opacity:.5;cursor:default} .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px} .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1} .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px} .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} .owl-carousel .owl-item{height:420px;box-shadow:0 20px 10px -15px rgba(0,0,0,0.1)} .owl-prev{left:20px;transform:translate(-50px,0)}.owl-next{right:20px;transform:translate(50px,0)} .owl-prev,.owl-next{color:#fff;font-size:36px;height:65px;line-height:65px;padding:0 14px;position:absolute;top:42%;visibility:hidden;opacity:0;transition:all .3s} .owl-nav button.owl-prev,.owl-nav button.owl-next{background:none;border:0} .owl-carousel:hover .owl-prev,.owl-carousel:hover .owl-next{opacity:1;visibility:visible;transform:translate(0,0)} #HTML33 .widget-content{overflow:visible} @keyframes fadeOut{0%{opacity:1}100%{opacity:0}} @media screen and (max-width: 768px){ .feature-item{width:50%;margin:0 auto 15px auto}} @media screen and (max-width: 640px){ .owl-prev,.owl-next{top:18%} .owl-carousel .owl-item{height:auto} .post-descript{padding:15px 10px;left:5%;right:5%} .slider-wrapp .post-inner{padding:0 10px} .slider-item h2.post-title{font-size:16px} .feature-item{display:inline-block;float:none;width:100%;margin:0 auto 15px auto}} @media screen and (min-width:580px){.thumb.overlay{display:block;position:absolute;width:100%}.thumb.overlay{height:100%;top:0;left:0;bottom:0}} </style> 

Dan kode di bawah ini

<script src='https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js' type='text/javascript'/> <script type='text/javascript'> //<![CDATA[ function postarea4(e){j=showRandomImg?Math.floor((imgr.length+1)*Math.random()):0,img=new Array,postnum4<=e.feed.entry.length?maxpost=postnum5:maxpost=e.feed.entry.length,document.write('<div class="ct-wrapper"><div class="owl_carouselle owl-carousel">');for(var t=0;t<maxpost;t++){for(var r,i,l=e.feed.entry[t],n=l.title.$t,o="",c=0;c<e.feed.entry[t].category.length;c++)o=o+'<a href="/search/label/'+e.feed.entry[t].category[c].term+'?max-results=6">'+e.feed.entry[t].category[c].term+"</a>",i='<a href="/search/label/'+e.feed.entry[t].category[c].term+'?max-results=6">'+e.feed.entry[t].category[c].term+"</a>";if(t==e.feed.entry.length)break;for(var m=0;m<l.link.length;m++)if("alternate"==l.link[m].rel){r=l.link[m].href;break}for(m=0;m<l.link.length;m++)if("replies"==l.link[m].rel&&"text/html"==l.link[m].type){l.link[m].title.split(" ")[0];break}if("content"in l)var g=l.content.$t;else if("summary"in l)g=l.summary.$t;else g="";postdate=l.published.$t,j>imgr.length-1&&(j=0),img[t]="",s=g,a=s.indexOf("<img"),b=s.indexOf('src="',a),k=s.indexOf('"',b+5),d=s.substr(b+5,k-b-5),-1!=a&&-1!=b&&-1!=k&&""!=d&&(img[t]=0==t?'<img class="owl-lazy" min-width="620" min-height="240" class="odd-img" src="'+d+'"/>':'<img class="alignright" min-height="100" src="'+d+'" width="150"/>');for(var f=[1,2,3,4,5,6,7,8,9,10,11,12],p=["January","February","March","April","May","June","July","August","September","October","November","December"],h=postdate.split("-")[2].substring(0,2),u=postdate.split("-")[1],y=postdate.split("-")[0],v=0;v<f.length;v++)if(parseInt(u)==f[v]){u=p[v];break}var k=e.feed.entry[t].content.$t,A=(v=$("<div>").html(k)).find("img:first").attr("src"),w=e.feed.entry[t].media$thumbnail.url;-1!=w.indexOf("img.youtube.com")&&(w=e.feed.entry[t].media$thumbnail.url.replace("default","maxresdefault")),w=w.replace("/s72-c/","/s1600/");k="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtDDrysDa-HSkb_sYhJ3cIsz36dVTRfYhbnbjNiWtqwbvav5CB0ypyjcYbhCT46ghIz8EeYy61CREYizlNWXFJMycT3nZJWo4wuyYIcWwubNDnvEMNDuG575rEQ_g0lyBhzIJX_pdmJm0/s1600/image-not-found-4a963b95bf081c3ea02923dceaeb3f8085e1a654fc54840aac61a57a60903fef.png";if(void 0===A)if(e.feed.entry[t].media$thumbnail)var x='<a href="'+r+'" class="slider-image" style="background:url('+w+') no-repeat center center;background-size: cover;width: 100%;height: 420px;display:block;image-rendering: -webkit-optimize-contrast;"/>';else x='<a href="'+r+'" class="noimg slider-image" style="background:url('+k+') no-repeat center center; display:block;"/>';else x='<a href="'+r+'" class="slider-image" style="background:url('+w+') no-repeat center center;background-size: cover; display:block;"/>';var z='<div class="slider-item"><div class="slider-wrapp"><div class="thumb overlay">'+x+'</div><div class="post-descript"><div class="post-inner"><div class="post-meta"><div class="post-tag">'+i+'</div></div><h2 class="post-title"><a href="'+r+'">'+n+'</a></h2><div class="post-date">'+(h+" "+u+" "+y)+'</div></div></div><div class="clear"></div></div></div>';document.write(z),j++}document.write("</div></div>")}function postarea5(e){j=showRandomImg?Math.floor((imgr.length+1)*Math.random()):0,img=new Array,postnum4<=e.feed.entry.length?maxpost=postnum4:maxpost=e.feed.entry.length,document.write('<div class="ct-wrapper"><div class="row"><div class="featured-posts">');for(var t=0;t<maxpost;t++){for(var r,i,l=e.feed.entry[t],n=l.title.$t,o="",c=0;c<e.feed.entry[t].category.length;c++)o=o+'<a href="/search/label/'+e.feed.entry[t].category[c].term+'?max-results=6">'+e.feed.entry[t].category[c].term+"</a>",i='<a href="/search/label/'+e.feed.entry[t].category[c].term+'?max-results=6">'+e.feed.entry[t].category[c].term+"</a>";if(t==e.feed.entry.length)break;for(var m=0;m<l.link.length;m++)if("alternate"==l.link[m].rel){r=l.link[m].href;break}for(m=0;m<l.link.length;m++)if("replies"==l.link[m].rel&&"text/html"==l.link[m].type){l.link[m].title.split(" ")[0];break}if("content"in l)var g=l.content.$t;else if("summary"in l)g=l.summary.$t;else g="";postdate=l.published.$t,j>imgr.length-1&&(j=0),img[t]="",s=g,a=s.indexOf("<img"),b=s.indexOf('src="',a),y=s.indexOf('"',b+5),d=s.substr(b+5,y-b-5),-1!=a&&-1!=b&&-1!=y&&""!=d&&(img[t]=0==t?'<img min-width="620" min-height="240" class="odd-img" src="'+d+'"/>':'<img class="alignright" min-height="100" src="'+d+'" width="150"/>');for(var f=[1,2,3,4,5,6,7,8,9,10,11,12],p=["January","February","March","April","May","June","July","August","September","October","November","December"],h=(postdate.split("-")[2].substring(0,2),postdate.split("-")[1]),u=(postdate.split("-")[0],0);u<f.length;u++)if(parseInt(h)==f[u]){h=p[u];break}var y=e.feed.entry[t].content.$t,v=(u=$("<div>").html(y)).find("img:first").attr("src"),k=e.feed.entry[t].media$thumbnail.url;-1!=k.indexOf("img.youtube.com")&&(k=e.feed.entry[t].media$thumbnail.url.replace("default","maxresdefault")),k=k.replace("/s72-c/","/s1600/");y="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtDDrysDa-HSkb_sYhJ3cIsz36dVTRfYhbnbjNiWtqwbvav5CB0ypyjcYbhCT46ghIz8EeYy61CREYizlNWXFJMycT3nZJWo4wuyYIcWwubNDnvEMNDuG575rEQ_g0lyBhzIJX_pdmJm0/s1600/image-not-found-4a963b95bf081c3ea02923dceaeb3f8085e1a654fc54840aac61a57a60903fef.png";if(void 0===v)if(e.feed.entry[t].media$thumbnail)var A='<a href="'+r+'" class="slider-image" style="background:url('+k+') no-repeat center center;background-size: cover;width: 100%;height: 420px;display:block;image-rendering: -webkit-optimize-contrast;"/>';else A='<a href="'+r+'" class="noimg slider-image" style="background:url('+y+') no-repeat center center; display:block;"/>';else A='<a href="'+r+'" class="slider-image" style="background:url('+k+') no-repeat center center;background-size: cover; display:block;"/>';var w='<div class="feature-item"><div class="thumb overlay">'+A+'</div><div class="post-descript"><div class="post-inner"><div class="post-meta"><div class="post-tag">'+i+'</div></div><h2 class="post-title"><a href="'+r+'">'+n+'</a></h2></div></div><div class="clear"></div></div>';document.write(w),j++}document.write("</div></div></div>")}function postarea1(e){j=showRandomImg?Math.floor((imgr.length+1)*Math.random()):0,img=new Array,postnum4<=e.feed.entry.length?maxpost=postnum4:maxpost=e.feed.entry.length,document.write('<div class="ct-wrapper"><div class="featured-posts">');for(var t=0;t<maxpost;t++){for(var r,i,l=e.feed.entry[t],n=l.title.$t,o="",c=0;c<e.feed.entry[t].category.length;c++)o=o+'<a href="/search/label/'+e.feed.entry[t].category[c].term+'?max-results=6">'+e.feed.entry[t].category[c].term+"</a>",i='<a href="/search/label/'+e.feed.entry[t].category[c].term+'?max-results=6">'+e.feed.entry[t].category[c].term+"</a>";if(t==e.feed.entry.length)break;for(var m=0;m<l.link.length;m++)if("alternate"==l.link[m].rel){r=l.link[m].href;break}for(m=0;m<l.link.length;m++)if("replies"==l.link[m].rel&&"text/html"==l.link[m].type){l.link[m].title.split(" ")[0];break}if("content"in l)var g=l.content.$t;else if("summary"in l)g=l.summary.$t;else g="";postdate=l.published.$t,j>imgr.length-1&&(j=0),img[t]="",s=g,a=s.indexOf("<img"),b=s.indexOf('src="',a),k=s.indexOf('"',b+5),d=s.substr(b+5,k-b-5),-1!=a&&-1!=b&&-1!=k&&""!=d&&(img[t]=0==t?'<img class="owl-lazy" min-width="620" min-height="240" class="odd-img" src="'+d+'"/>':'<img class="alignright" min-height="100" src="'+d+'" width="150"/>');for(var f=[1,2,3,4,5,6,7,8,9,10,11,12],p=["January","February","March","April","May","June","July","August","September","October","November","December"],h=postdate.split("-")[2].substring(0,2),u=postdate.split("-")[1],y=postdate.split("-")[0],v=0;v<f.length;v++)if(parseInt(u)==f[v]){u=p[v];break}var k=e.feed.entry[t].content.$t,A=(v=$("<div>").html(k)).find("img:first").attr("src"),w=e.feed.entry[t].media$thumbnail.url;-1!=w.indexOf("img.youtube.com")&&(w=e.feed.entry[t].media$thumbnail.url.replace("default","maxresdefault")),w=w.replace("/s72-c/","/s1600/");k="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtDDrysDa-HSkb_sYhJ3cIsz36dVTRfYhbnbjNiWtqwbvav5CB0ypyjcYbhCT46ghIz8EeYy61CREYizlNWXFJMycT3nZJWo4wuyYIcWwubNDnvEMNDuG575rEQ_g0lyBhzIJX_pdmJm0/s1600/image-not-found-4a963b95bf081c3ea02923dceaeb3f8085e1a654fc54840aac61a57a60903fef.png";if(void 0===A)if(e.feed.entry[t].media$thumbnail)var x='<a href="'+r+'" class="slider-image" style="background:url('+w+') no-repeat center center;background-size: cover;width: 100%;height: 420px;display:block;image-rendering: -webkit-optimize-contrast;"/>';else x='<a href="'+r+'" class="noimg slider-image" style="background:url('+k+') no-repeat center center; display:block;"/>';else x='<a href="'+r+'" class="slider-image" style="background:url('+w+') no-repeat center center;background-size: cover; display:block;"/>';var z='<div class="feat-home"><div class="thumb overlay">'+x+'</div><div class="post-descript"><div class="post-inner"><div class="post-meta"><div class="post-tag">'+i+'</div></div><h2 class="post-title"><a href="'+r+'">'+n+'</a></h2><div class="post-date">'+(h+" "+u+" "+y)+'</div></div></div><div class="clear"></div></div>';document.write(z),j++}document.write("</div></div>")}cat1="Featured",imgr=new Array,imgr[0]="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiduZYOZ-HtTZ0IuK-41yWqizueBeq7h4bYcBhob0KXOEKFoYDK06BmfTzlG1ajnfUe4mWdUC3COH2B7wtGfLYOy0YbaaTf4gTOJ51tbwMPCZQd_CYidKmwFxGDnOVqZP-aV7r4Fs20dns/s1600/picture_not_available.png",showRandomImg=true,aBold=true,summaryPost=150,summaryTitle=50,postnum1=1,postnum4=4,postnum5=5; // Options $(document).ready(function(){$(".owl_carouselle").owlCarousel({autoplay:true,loop:true,lazyLoad:true,nav:true,dots:false,video:true,navText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"],smartSpeed:1200,responsiveClass:true,responsive:{0:{items:1},600:{items:1},1e3:{items:1}}})}); //]]> </script>

Berikut nya tambahkan kode di bawah ini di antara tag <body> dan </body>

<div class='slider-wrappper'> <b:section class='featured-slider' id='featured-slider' maxwidgets='2' showaddelement='no'> <b:widget id='HTML32' locked='true' title='Slider' type='HTML' version='1'> <b:widget-settings> <b:widget-setting name='content'>Featured</b:widget-setting> </b:widget-settings> <b:includable id='main'> <!-- only display title if it's non-empty --> <b:if cond='data:title != &quot;&quot;'> <h2 class='title'> <data:title/> </h2> </b:if> <div class='widget-content'> <div class='widget-inner'> <script> document.write(&quot;&lt;script src=\&quot;/feeds/posts/default/-/<data:content/>?max-results=&quot;+postnum5+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=postarea4\&quot;&gt;&lt;\/script&gt;&quot;); </script> </div> </div> </b:includable> </b:widget> <b:widget id='HTML33' locked='true' title='Featured Post' type='HTML' version='1'> <b:widget-settings> <b:widget-setting name='content'>Fashion</b:widget-setting> </b:widget-settings> <b:includable id='main'> <!-- only display title if it's non-empty --> <b:if cond='data:title != &quot;&quot;'> <h2 class='title'> <data:title/> </h2> </b:if> <div class='widget-content'> <div class='widget-inner'> <script> document.write(&quot;&lt;script src=\&quot;/feeds/posts/default/-/<data:content/>?max-results=&quot;+postnum4+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=postarea5\&quot;&gt;&lt;\/script&gt;&quot;); </script> </div> </div> </b:includable> </b:widget> </b:section> </div>
Jika Featured Slider hanya ingin di tampilkan di halaman index bungkus kode di atas dengan kode ini

<b:if cond='data:view.isMultipleItems'>
kode di atas
</b:if>

Setelah selesai klik tombol Simpan jika ada peringatan abaikan saja. Selanjutnya pergi ke menu Tata letak klik edit pada widget dengan judul Slider dan Featured Post > ubah nama label dengan nama label yang ingin di tampilkan dan Selesai.

Bagi sobat blogger yang ingin melihat tampilan nya seperti apa silakan Result di sini

Jadi itulah Cara Memasang Featured Slider Otomatis di Blogger yang Maks Miliyan sampaikan, Terimakasih sudah berkunjung.

Source kode : Arlina Design

Tuesday, December 4, 2018

New! Script Radar Map Zodiak Mobile legends Terbaru 2019

Script Radar Map Mobile Legends

Script Radar Map Zodiak - Merupakan script untuk membuat tampilan saat bermain Mobile Legends menjadi luas dan membuat semua musuh menjadi terlihat jelas.

Fitur yang terdapat di dalam Script Radar Map Zodiak
  • Membuat musuh menjadi terlihat jelas.
  • Tampilan yang elegan.
  • Dan tentu saja ANTI BANNED!

Jika kalian suka dan ingin mencoba Script Radar Map kalian bisa langsung ikuti tutorial dibawah ini :

Baca juga : Script Skin Mobile Legends Anti Banned

Download Script Radar Map Zodiak Mobile Legends

Bahan - bahan yang di butuhkan

Cara Pasang Script Radar Map Mobile Legends
  • Buka aplikasi Zarchiver atau Root Explorer yang sudah kalian download.
  • Ekstrak file Radar Map yang sudah kalian download melalui link di atas.
  • Buka file Radar Map Zodiak yang sudah kalian ekstrak lalu Copy semua file yang ada di dalamnya ke Android >> Data >> Com.Mobilelegends >> Files >> Dragon >> Assests >> Scenes >> Android  <Pastekan file Radar Map nya disini>
  • Buka Mobile Legends dan lihat hasil nya.

Baca juga : 5 Cara Mengatasi Lag Saat Bermain Mobile Legends

Jadi itulah tutorial Cara Pasang Script Radar Map Zodiak Mobile Legends. Jika ada yang ingin di tanyakan silahkan bertanya di kolom komentar.
Terimakasih sudah berkunjung, jangan lupa untuk di share ke teman - teman kalian yang suka bermain Mobile Legends dan sekali lagi Terimakasih

Thursday, November 22, 2018

Cara Mengatasi Touch ID Iphone Tidak Berfungsi / Eror

Mengatasi Touch ID Iphone Tidak Berfungsi

DKDE || blogpemula2019.blogspot.com || okysetyakelana.blogspot.com
Banyak sekali para pengguna Iphone yang
mengeluh di karenakan Touch ID di Iphone Tidak berfungsi.

"Coba Lagi - Tidak dapat membaca sidik jari ini. Coba lagi menggunakan jari yang berbeda."

Seperti itulah pesan yang di dapat ketika sedang menambahakan sidik jari, kasus ini banyak sekali terjadi di seri Iphone 5s dan Iphone 6 series. Memang ketika Fingerprint di iphone eror pengguna iphone menjadi risih dikarenakan harus membuka kunci layar iphone nya harus dengan cara manual lain hal nya dengan menggunakan Sensor Sidik Jari, hanya dengan sekali sentuhan kunci layar di iphone akan otomatis terbuka.

Baca juga : Cara Mengatasi Samsung J1 Ace Odin Mode Multi Core Download

Penyebab Touch ID Iphone Tidak Berfungsi

  • Kesalahan system iOS
  • Gagal Upgrade iOS
  • Sensor Touch ID Iphone rusak

Buat kalian pengguna Iphone yang mengalami Touch ID Tidak dapat membaca sidik jari bisa mengikuti langkah-langkah berikut ini.

Cara Mengatasi Touch ID / Fingerprint Tidak Berfungsi Di Iphone

  • Pastikan tombol home di Iphone bersih tidak ada air, minyak dan kotoran sedikitpun yang menempel di tombol home, gunakan kain yang tidak ada serat untuk membersihkan nya.
  • Bersikan jari yang ingin di gunakan sebagai Touch ID / Sidik Jari, pastikan jari anda kering dan tidak ada kotoran / debu yang menempel di jari anda.
  • Ketika mendaftar Touch ID atau Fingerprint pastikan cincin logam di tombol home iphone benar-benar tertutupi dengan jari.
  • Gunakan jari yang lain untuk mendaftar Touch ID.

Jika langkah-langkah di atas Touch ID iphone masih tidak dapat memindai sidik jari lakukan langkah-langkah di bawah ini.

Mengatasi Sidik Jari Di Iphone Eror Tidak Berfungsi

Restart Iphone

Cara pertama yang paling mudah mengatasi Touch ID iphone Eror adalah dengan cara melakukan restart atau memulai ulang perangkat Iphone. setelah perangkat Iphone di restart coba daftar kembali Touch ID.

Hapus Semua Sidik Jari Yang Terdaftar
(Lewati langkah ini jika tidak ada Sidik Jari yang terdaftar di Iphone)

Jika merestart Iphone Touch ID masih saja tidak merespon coba dengan cara menghapus Sidik Jari yang sudah terdaftar di Iphone. Setelah menghapus semua Sidik Jari yang terdaftar coba kembali mendaftar Sidik Jari.

Mengatur Ulang Iphone Ke Pengaturan Pabrik

Jika dua cara di atas Touch ID Iphone masih saja tidak berfungsi, coba Reset Iphone ke pengaturan pabrik. Ketika Iphone di atur ulang ke setelan pabrik semua data-data yang tersimpan di dalam nya akan hilang termasuk data sidik jari. Jadi cobalah untuk melakukan reset Iphone ke pengaturan pabrik untuk memperbaiki Touch ID yang Eror. (Lakukan Backup sebelum mengatur ulang Iphone).
Downgrade iOS

Jika Touch ID Iphone Tetap Tidak Merespon setelah melakukan Upgrade iOS alangkah baik nya lakukan Downgrade iOS ke versi iOS sebelum nya. Kejadian seperti ini banyak sekali yang mengalami nya, setelah Upgrade iOS Touch ID jadi tidak berfungsi jadi cobalah untuk melakukan downgrade iOS ke versi iOS sebelum nya.

Kerusakan Pada Hardware

Jika cara di atas Touch ID Iphone masih saja tidak berfungsi kemungkinan besar di sebapkan karena kerusakan pada Hardware Touch ID di Iphone yang menyebapkan Touch ID Iphone Menjadi Eror. Bawa Iphone anda Ke Sevice Center Terpercaya untuk mengganti komponen Touch ID yang mengalami kerusakan.

Jadi itulah Cara Mengatasi Touch ID Iphone Yang Tidak Berfungsi. Jika ada yang ingin di tanyakan silahkan bertanya di kolom komentar. Saya dari team MauTrik Meminta maaf jika ada salah-salah kata.

Terimakasih telah membaca artikel ini jangan lupa untuk di share ke teman-teman pengguna iphone yang menggalami kerusaka  pada Touch ID di Iphone dan sekali lagi Terimakasih.

Sunday, November 18, 2018

5 Cara Mengatasi Lag Saat Bermain Mobile Legends Pasti Lancar

https://www.mautrik.ga/2018/11/cara-mengatasi-lag-mobile-legends.html

Cara Mengatasi Lag Saat Bermain Game Mobile Legends - Jika kalian para gamers sering banget mengalami lag saat bermain mobile legends, maka kalian wajib banget baca beberapa cara mengatasi lag di mobile legends yang akan mautrik bagikan ke kalian.

Maka dari itu mautrik mau kasih trik ke kalian kusus nya buat player mobile legends tentang cara bermain mobile legends tidak lag dan patah-patah.

Berikut ini mautrik akan bagikan bagaimana cara mengatasi lag saat bermain mobile legends, sehingga kalian tidak kesal saat sedang push rank.

Inilah Cara Mengatasi Lag di Mobile Legends (ML) Supaya Menjadi Lancar

Baca juga : Script skin mobile legends anti banned terbaru

1. Gunakan Jaringan Yang Cepat dan Setabil

Banyak sekali provider penyedia jaringan internet di indonesia, pilih lah jaringan internet yang cepat di daerah kalian cek provider jaringan mana yang paling cepat dan setabil jadi pandai-pandailah kalian untuk memilih jika kalian ingin lancar saat bermain mobile legends

2. Matikan Fitur Penghemat Baterai

Ketika fitur peng hemat baterai aktif di handphone kalian maka kinerja handphone menjadi berkurang, maka lebih baik nonaktifkan saja  fitur penghemat baterai di hp kalian supaya kinerja handphone kalian menjadi lebih cepat, agar tidak lag saat bermain mobile legends.

3. Nonaktifkan Aplikasi Yang Berjalan di Latar Belakang

Aplikasi yang berjalan di latar belakang sering sekali membuat ram menjadi semakin nyesek, supaya bermain mobile legends tidak lag karena free ram yang hanya sedikit maka dari itu  nonaktifkan saja aplikasi yang sedang berjalan di latar belakang agar free ram yang di dapat menjadi lebih besar.

4. Ubah Kualitas Grafik Game Mobile Legends Ke Opsi Rendah

Jika handphone yang kalian gunakan untuk bermain game mobile legends hanya menggunkan spesifikasi renda,h lebih baik ubah kualitas grafik game mobile legends kalian ke kualitas rendah, walaupun kurang enak di lihat nya tetapi ini adalah salah satu poin penting supaya bermain mobile legends tidak mengalami lag.

5. Gunakan Aplikasi Game Booster

Aplikasi game booster berfungsi untuk memaksimalakan kinerja handphone kalian saat sedang bermain game.
Aplikasi game booster bekerja dengan cara membatasi background process di handphone kalian.
Dengan menggunakan aplikasi game booster mematikan background process yang tidak di butuhkan.

Download aplikasi game booster : download

Jadi itulah 5 cara mengatasi lag di mobile legends yang bisa kalian coba, gunakan cara tersebut supaya tidak lag saat bermain mobile legends.

Monday, November 5, 2018

Cara Nuyul Hago di Android 2018

https://www.mautrik.ga/2018/11/cara-nuyul-hago-di-android.html

MauTrik - Halo teman-teman kali ini mautrik maukasih trik nihh kekalian, cara nuyul hago di android terbaru.
Tutorial nuyul hago ini sudah pasti aman dari banned jadi kalian bisa nuyul hago sepuas nya.

Baca juga : Cara Nuyul Adfly Tanpa Pc

Langsumg aja simak tutorial cara nuyul hago menggunakan android

Cara Nuyul Hago di Android 2018

  • Siapkan akun Google yang masih fresh (belum terkait dengan hago), jika belum punya silahkan daftar disini
  • Salin link reff hago kalian lalu simpan di note/catatan
  • Uninstal aplikasi hago yang sudah ada di hp kalian
  • Masuk ke Playstore login menggunakan akun google yang baru di buat / yang masih fresh
  • Buka link reff hago kalian menggunakan browser, nanti akan otomatis masuk ke playstore
  • Download aplikasi hago nya, setelah selesai mendownload dan sudah terpasang silahkan buka aplikasi hago nya dan login menggunakan akun google yang masih fresh
Ulangi langkah-langkah tersebut dari awal jika kalian membutuhkan reff yang banyak.
    Nahh jadi itulah tutorial nuyul hago menggunakan android terbaru 2018

    Jika di antara kalian ada yang tidak paham silahkan bertanya di kolom komentar dan jangan lupa untuk di share ke teman-teman kalian.
    Terimakasih salam MauTrik.ga

    Saturday, October 20, 2018

    Cara Membuat Tabel Spesifikasi Mirip Gsmarena

    https://www.mautrik.ga/2018/10/cara-membuat-tabel-spesifikasi-mirip-gsmarena.html

    MauTrik - Cara Membuat Tabel Spesifikasi Mirip Gsmarena.
    Halo teman - teman para blogger balik laginih bersama saya di MauTrik.ga kurang lebih seminggu yang lalu banyak sekali yang bertanya kurang lebih seperti ini :

    "Bang cara buat tabel kaya gsmarena gimana sih" "Bang cara buat tabel mirip gsmarena gimana yahh" "Mas saya mau buat blog spesifikasi kurang lebih mirp gsmarena nahh kalo cara buat tabel spesifikasi nya gimana yaa mas"

    dan masih banyak lagi pertanyaan-pertanyaan seperti itu.

    Kali ini MauTrik mau ngasih tau ke kalian cara membuat tabel spesifikasi mirip gsmarena mirip banget lohh hehehe
    Langsung aja simak tutorial cara membuat tabel spesifikasi nya.

    Buat kalian yang ingin liat tabel nya seperti apa silahkan klik link berikut ini : Tabel Spesifikasi Mirip Gsmarena.

    Baca juga : Cara Pasang Iklan Admob di Blog 2018

    Cara Membuat Tabel Spesifikasi Mirip Gsmarena
    • Pertama, masuk ke blogger lalu klik Entri Baru
    • Setelah masuk di halaman Entri pilih metode HTML

      https://www.mautrik.ga/2018/10/cara-membuat-tabel-spesifikasi-mirip-gsmarena.html

      • Salin kode di bawah ini dan pastekan di halman Entri dalam metode HTML


      <table cellspacing="0" class="expandable-table" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; display: block; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; max-height: 62px; overflow: hidden; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; display: table; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">NETWORK</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://www.blogger.com/null" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; vertical-align: baseline;">Technology</a></td><td class="nfo" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;"><a class="link-network-detail collapse" data-spec="nettech" href="https://m.gsmarena.com/samsung_galaxy_j2-7357.php#" style="border: 0px; color: #d50000; display: block; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; height: 29px; line-height: 29px; margin: 0px; outline: none; padding: 0px; position: relative; vertical-align: baseline;">GSM / HSPA / LTE</a></td></tr>
      </tbody></table>
      <table cellspacing="0" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">LAUNCH</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=phone-life-cycle" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Announced</a></td><td class="nfo" data-spec="year" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">2015, September</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=phone-life-cycle" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Status</a></td><td class="nfo" data-spec="status" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Available. Released 2015, September</td></tr>
      </tbody></table>
      <table cellspacing="0" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">BODY</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/samsung_galaxy_j2-7357.php#" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Dimensions</a></td><td class="nfo" data-spec="dimensions" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">136.5 x 69 x 8.4 mm (5.37 x 2.72 x 0.33 in)</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/samsung_galaxy_j2-7357.php#" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Weight</a></td><td class="nfo" data-spec="weight" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">129 g (4.55 oz)</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=build" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Build</a></td><td class="nfo" data-spec="build" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Plastic body</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=sim" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">SIM</a></td><td class="nfo" data-spec="sim" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Single SIM (Micro-SIM) or Dual SIM (Micro-SIM, dual stand-by)</td></tr>
      </tbody></table>
      <table cellspacing="0" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">DISPLAY</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=display-type" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Type</a></td><td class="nfo" data-spec="displaytype" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Super AMOLED capacitive touchscreen, 16M colors</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/samsung_galaxy_j2-7357.php#" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Size</a></td><td class="nfo" data-spec="displaysize" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">4.7 inches, 60.9 cm<span style="border: 0px; font-family: inherit; font-size: 9px; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: 0; margin: 0px; padding: 0px; position: relative; top: -0.5em; vertical-align: baseline;">2</span>&nbsp;(~64.7% screen-to-body ratio)</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=resolution" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Resolution</a></td><td class="nfo" data-spec="displayresolution" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">540 x 960 pixels, 16:9 ratio (~234 ppi density)</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=multitouch" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Multitouch</a></td><td class="nfo" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Yes</td></tr>
      </tbody></table>
      <table cellspacing="0" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">PLATFORM</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=os" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">OS</a></td><td class="nfo" data-spec="os" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Android 5.1.1 (Lollipop)</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=chipset" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Chipset</a></td><td class="nfo" data-spec="chipset" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Exynos 3475 Quad (28 nm)</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=cpu" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">CPU</a></td><td class="nfo" data-spec="cpu" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Quad-core 1.3 GHz Cortex-A7</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=gpu" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">GPU</a></td><td class="nfo" data-spec="gpu" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Mali-T720</td></tr>
      </tbody></table>
      <table cellspacing="0" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">MEMORY</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=memory-card-slot" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Card slot</a></td><td class="nfo" data-spec="memoryslot" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">microSD, up to 256 GB (dedicated slot)</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=dynamic-memory" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Internal</a></td><td class="nfo" data-spec="internalmemory" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">8 GB, 1 GB RAM</td></tr>
      </tbody></table>
      <table cellspacing="0" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">MAIN CAMERA</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=camera" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Single</a></td><td class="nfo" data-spec="cam1modules" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">5 MP, AF, f/2.2</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=camera" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Features</a></td><td class="nfo" data-spec="cam1features" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">LED flash</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=camera" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Video</a></td><td class="nfo" data-spec="cam1video" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">720p@30fps</td></tr>
      </tbody></table>
      <table cellspacing="0" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">SELFIE CAMERA</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=secondary-camera" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Single</a></td><td class="nfo" data-spec="cam2modules" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">2 MP, f/2.2</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=secondary-camera" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Video</a></td><td class="nfo" data-spec="cam2video" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;"></td></tr>
      </tbody></table>
      <table cellspacing="0" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">SOUND</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=call-alerts" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Alert types</a></td><td class="nfo" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Vibration; MP3, WAV ringtones</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=loudspeaker" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Loudspeaker</a></td><td class="nfo" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Yes</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=audio-jack" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">3.5mm jack</a></td><td class="nfo" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Yes</td></tr>
      </tbody></table>
      <table cellspacing="0" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">COMMS</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=wi-fi" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">WLAN</a></td><td class="nfo" data-spec="wlan" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Wi-Fi 802.11 b/g/n, Wi-Fi Direct, hotspot</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=bluetooth" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Bluetooth</a></td><td class="nfo" data-spec="bluetooth" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">4.1, A2DP</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=gps" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">GPS</a></td><td class="nfo" data-spec="gps" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Yes, with A-GPS, GLONASS</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=nfc" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">NFC</a></td><td class="nfo" data-spec="nfc" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Yes (market dependent)</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=fm-radio" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Radio</a></td><td class="nfo" data-spec="radio" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">FM radio, RDS, recording</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=usb" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">USB</a></td><td class="nfo" data-spec="usb" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">microUSB 2.0, USB On-The-Go</td></tr>
      </tbody></table>
      <table cellspacing="0" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">FEATURES</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=sensors" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Sensors</a></td><td class="nfo" data-spec="sensors" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Accelerometer, proximity</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=messaging" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Messaging</a></td><td class="nfo" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">SMS(threaded view), MMS, Email, Push Email, IM</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=browser" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Browser</a></td><td class="nfo" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">HTML</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"></td><td class="nfo" data-spec="featuresother" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">- MP4/H.264 player<br />
      - MP3/WAV/eAAC+/Flac player<br />
      - Photo/video editor<br />
      - Document viewer</td></tr>
      </tbody></table>
      <table cellspacing="0" style="border-bottom-color: rgb(227, 227, 227); border-bottom-style: solid; border-collapse: collapse; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-spacing: 0px; border-top-color: rgb(227, 227, 227); border-top-style: solid; border-width: 1px 0px 10px; font-family: inherit; font-size: 0.875em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; width: 360px;"><tbody style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;">
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><th colspan="2" scope="col" style="background: none 0px 0px repeat scroll rgb(246, 246, 246); border-bottom-style: initial; border-color: initial; border-image: initial; border-left-style: initial; border-right-style: none; border-top-style: initial; border-width: 0px medium 0px 0px; color: #d50000; font-family: Arial; font-size: 15px; font-stretch: normal; line-height: 25px; margin: 0px; padding: 1px 10px; text-align: left; text-transform: uppercase; vertical-align: top;">BATTERY</th></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"></td><td class="nfo" data-spec="batdescription1" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Removable Li-Ion 2000 mAh battery</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=talk-time" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Talk time</a></td><td class="nfo" data-spec="battalktime1" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Up to 11 h (3G)</td></tr>
      <tr style="border: 0px; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;"><td class="ttl" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; color: #7d7464; font-family: Arial; font-size: 12px; font-stretch: normal; font-weight: 700; line-height: 21px; margin: 0px; padding: 1px 10px; vertical-align: top; width: 77px;"><a href="https://m.gsmarena.com/glossary.php3?term=music-playback-time" style="border: 0px; color: #555555; font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;">Music play</a></td><td class="nfo" data-spec="batmusicplayback1" style="background: none 0px 0px repeat scroll rgb(250, 250, 250); border-bottom-color: rgb(240, 240, 240); border-bottom-style: solid; border-image: initial; border-left-color: initial; border-left-style: initial; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 1px; font-family: Arial; font-size: 12px; font-stretch: normal; line-height: 21px; margin: 0px; padding: 1px 10px; position: relative; vertical-align: top;">Up to 41 h</td></tr>
      </tbody></table>



      • Setelah kalian pastekan kode tersebut di dalam metode HTML silahkan ubah dari metode HTML ke metode COMPOSE

        https://www.mautrik.ga/2018/10/cara-membuat-tabel-spesifikasi-mirip-gsmarena.html


        • Setelah kalian ubah ke metode COMPOSE tampilannya akan seperti gambar dibawah ini


        https://www.mautrik.ga/2018/10/cara-membuat-tabel-spesifikasi-mirip-gsmarena.html


        • Ubah isi spesifikasi di dalam tabel tersebut dengan spesifikasi yang kalian inginkan
        Tambahan

        Untuk merubah warna-warna yang ada di dalam tabel tersebut silahakan ubah kembali kedalam metode HTML dan ubah kode Warna : #d50000 dan kode wana lain nya dengan kode warna yang kalian inginkan.

        Nahh jadi itulah tutorial cara membuat tabel spesifikasi mirip seperti gsmarena.

        MauTrik mau ngingetin laginih kekalian, jika artikel ini bermanfaat untuk kalian jangan lupa untuk di share ke teman-teman blogger kalian.
        Jika di antara kalian ada yang kesulitan atau tidak paham dalam cara pembuatan nya silahkan bertanya di kolom komentar.
        Terimakasih Salam MauTrik