<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0"><id>tag:blogger.com,1999:blog-7108460697535952986</id><updated>2024-10-07T10:42:03.672+07:00</updated><category term="Info Komputer"/><category term="Tutorial"/><title type="text">Blog Pemula</title><subtitle type="html"/><link href="http://teguhikhsan.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default?redirect=false" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/" rel="alternate" type="text/html"/><link href="http://pubsubhubbub.appspot.com/" rel="hub"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><generator uri="http://www.blogger.com" version="7.00">Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7108460697535952986.post-6277604611932608667</id><published>2012-12-12T12:37:00.003+07:00</published><updated>2012-12-12T12:37:46.288+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type="text">Belajar Dasar C++</title><content type="html">&lt;div style="text-align: justify;"&gt;
Buat posting kali ini, saya mau nyoba share materi dasar Bahasa Pemrograman C++ yang saya dapet di kampus.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Contoh Program :&amp;nbsp;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;#include "constream.h"&amp;nbsp; //fileheader&lt;/span&gt;&lt;br /&gt;
&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;void main()&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; clrscr();&amp;nbsp;&amp;nbsp; //Untuk membersihkan Layar&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cout&amp;lt;&amp;lt;"It is my first C++ Program\n"; //Perintah Output&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cout&amp;lt;&amp;lt;"I am sure that I will be familiar with this";&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; getch();&amp;nbsp; //Untuk Menahan Tampilan Layar&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Lalu save dan beri nama. File-file C++ memiliki akhiran .CPP misal PROGRAM1.CPP&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Setelah di save lalu Compile dengan menekan F9. Jika sudah tidak ada eror jalankan programnya CTRL+F9 lalu lihat hasilnya. Kira2 kaya gini hasilnya&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqmbIO8HUqZK7ktvC2RHuETaHRwWvywxsCL4Aj5nHSJ34lwTnDs2ysrGCk0qEgPfTwavNmmcYhi3FHkyNs2raQu8TpBkScYiCq676xLz7IVHh-WJfcgLH4NJ085ioLH7YDSWcrrPjymQI/s1600/program1.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="70" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqmbIO8HUqZK7ktvC2RHuETaHRwWvywxsCL4Aj5nHSJ34lwTnDs2ysrGCk0qEgPfTwavNmmcYhi3FHkyNs2raQu8TpBkScYiCq676xLz7IVHh-WJfcgLH4NJ085ioLH7YDSWcrrPjymQI/s320/program1.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Deskripsi program :&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;#include "constream.h" : merupakan file header gabungan dari "iostream.h" dan "conio.h", jadi bisa aja ditulis satu2, #include "iostream.h" dan #include "conio.h". File header digunakan untuk mengenalkan fungsi2 yg akan kita gunakan pada program yg kita buat. Simpelnya sih, file header itu kamusnya C++&lt;/li&gt;
&lt;li&gt;clrscr() : digunakan untuk menghapus tampilan layar. Jika sebelumnya kita sudah membuat program, dan tidak menggunakan clrscr() makan tampilan program akan menumpuk. Coba saja hapus clrscr() lalu jalankan program sebanyak 2x atau lebih, lihat gmn hasilnya.&lt;/li&gt;
&lt;li&gt;cout&amp;lt;&amp;lt; :digunakan untuk menampilkan data yang kita inginkan. Bisa juga pake printf(), tp nanti pasti akan dibahas menggunakan printf()&lt;/li&gt;
&lt;li&gt;getch() : digunakan untuk menahan tampilan layar. Coba aja hapus itu getch, hasil g bkl muncul. Sebenernya bukan g muncul, tapi tampilan layar hasil program lsg otomatis kembali ke program C++, tp jika kita tidak menggunakan getch() dan ingin melihat hasilnya bisa tekan ALT+F5. &lt;/li&gt;
&lt;/ol&gt;
&lt;div style="text-align: justify;"&gt;
Buat yg belum punya compilernya, silahkan donlod &lt;a href="http://teguhikhsan.blogspot.com/2012/12/download-c.html" target="_blank"&gt;DISINI&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link href="http://teguhikhsan.blogspot.com/feeds/6277604611932608667/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2012/12/belajar-dasar-c.html#comment-form" rel="replies" title="3 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/6277604611932608667" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/6277604611932608667" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2012/12/belajar-dasar-c.html" rel="alternate" title="Belajar Dasar C++" type="text/html"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqmbIO8HUqZK7ktvC2RHuETaHRwWvywxsCL4Aj5nHSJ34lwTnDs2ysrGCk0qEgPfTwavNmmcYhi3FHkyNs2raQu8TpBkScYiCq676xLz7IVHh-WJfcgLH4NJ085ioLH7YDSWcrrPjymQI/s72-c/program1.jpg" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7108460697535952986.post-2739241733345328062</id><published>2012-12-12T12:36:00.000+07:00</published><updated>2013-02-06T23:33:52.885+07:00</updated><title type="text">Download C++</title><content type="html">&lt;div style="text-align: justify;"&gt;
Compiler Turbo C++&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Buat OS Win XP/Win 7 32 bit coba Donlod &lt;a href="http://www.4shared.com/rar/C0i8_oab/TC_online.html" target="_blank"&gt;DISINI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Buat yang pake Win 7 64 bit coba Pake &lt;a href="http://www.4shared.com/rar/6QY4WsF9/ETC2Setup_X64.html" target="_blank"&gt;INI&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
Kalau eror tinggalin komen yah... &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;</content><link href="http://teguhikhsan.blogspot.com/feeds/2739241733345328062/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2012/12/download-c.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/2739241733345328062" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/2739241733345328062" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2012/12/download-c.html" rel="alternate" title="Download C++" type="text/html"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7108460697535952986.post-5963465560041816266</id><published>2011-08-03T22:03:00.002+07:00</published><updated>2011-08-04T03:57:32.365+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Info Komputer"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type="text">Belajar HTML Dasar (7)</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Dalam pembahasan kali ini kita akan membuat LINK dg menggunakan Tag &amp;lt;A&amp;gt;, yg dgunakan untuk meloncat ke bagian halaman web yg dmksd, atau ke halaman web yg lain. Untuk lbh memahami kita coba praktek.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Jalankan Notepad&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Ketik baris2 berikut&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;html&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;title&amp;gt; Latihan Membuat Link &amp;lt;/title&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Di bawah ini adalah contoh Link&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Jika Link dbawah ini dklik maka halaman web ini akan loncat ke halaman web yg bernama lat5.htm, yg sudah kita buat sblmnya : &amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;a href="lat5.htm"&amp;gt; buka Lat 5&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Di bawah ini adalah contoh Link yg ketika diklik akan loncat ke halaman web Blog ini.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;a href="http://teguhikhsan.blogspot.com"&amp;gt; Ke Blog Saya&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Simpan dg nama "lat8.htm" di folder LatihanHTML. (Buat temen2 yg bngung knp ada lat5.htm, silahkan liat &lt;a href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar-4.html"&gt;disini&lt;/a&gt;&amp;nbsp;dan &lt;a href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar.html"&gt;disini&lt;/a&gt;)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Lalu jalankan filenya dan liat hasilnya.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC0Dp_EzTCXuCxw-xkUu8AdR8klzDR1DrHS34-ZpJkTm72bUENlkFgIb88UJ_ZGW4eIwskHlhTzyDJIRSD_3AwsEa6-G8xaXxCfOBvwVwyw7Zgiz90p8ILl6CZCEHMsgHb9Gs5XMGfwPM/s1600/untitled8.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;img border="0" height="206" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC0Dp_EzTCXuCxw-xkUu8AdR8klzDR1DrHS34-ZpJkTm72bUENlkFgIb88UJ_ZGW4eIwskHlhTzyDJIRSD_3AwsEa6-G8xaXxCfOBvwVwyw7Zgiz90p8ILl6CZCEHMsgHb9Gs5XMGfwPM/s320/untitled8.bmp" width="320" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Kira2 seperti ini hasilnya....&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Tag &amp;lt;A&amp;gt; jg mempunyai atribut ID yg dpt dgunakan untuk menandai sebuah bagian trtntu dlm dokumen HTML.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Untuk mencoba menggunakan atribut ID pada Tag &amp;lt;A&amp;gt; lakukan langkah2 berikut.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Jalanan Notepad&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Ketik baris2 dbawah ini.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;html&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;title&amp;gt; Latihan Membuat Link dg ID &amp;lt;/title&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Pilih Paragraf :&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;a href="#par1"&amp;gt; Paragraf 1 &amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;a href="#par2"&amp;gt; Paragraf 2 &amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;a href="#par3"&amp;gt; Paragraf 3 &amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;a ID="par1"&amp;gt; Bagian Paragraf Kesatu &amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;p&amp;gt;Ini adalah paragraf ke satu dari seluruh teks yg ada, Anda dapat mengklik Link lainnya untuk berpindah ke paragraf lainnya. &amp;lt;/p&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;a ID="par2"&amp;gt; Bagian Paragraf Kedua &amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;p&amp;gt;Ini adalah paragraf ke dua dari seluruh teks yg ada, Anda dapat mengklik Link lainnya untuk berpindah ke paragraf lainnya. &amp;lt;/p&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;a ID="par3"&amp;gt; Bagian Paragraf Ketiga &amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;p&amp;gt;Ini adalah paragraf ke dua dari seluruh teks yg ada, Anda dapat mengklik Link lainnya untuk berpindah ke paragraf lainnya. &amp;lt;/p&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #666666; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Simpan dg nama lat9.htm d folder LatihanHTML.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Lalu jalankan filenya, lalu amati hasilnya. (g pake gambar, gede bgt ampe ke bawah2, jd susah :D, tp klo dah d coba pasti tau fungsinya)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Fungsi diatas juga bisa dgunakan untuk membuat semacam tombol "Back to Top/Kembali ke Atas", sperti itulah fungsinya kira2...Selamat mencoba....&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link href="http://teguhikhsan.blogspot.com/feeds/5963465560041816266/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/08/belajar-html-dasar-7.html#comment-form" rel="replies" title="4 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/5963465560041816266" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/5963465560041816266" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/08/belajar-html-dasar-7.html" rel="alternate" title="Belajar HTML Dasar (7)" type="text/html"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC0Dp_EzTCXuCxw-xkUu8AdR8klzDR1DrHS34-ZpJkTm72bUENlkFgIb88UJ_ZGW4eIwskHlhTzyDJIRSD_3AwsEa6-G8xaXxCfOBvwVwyw7Zgiz90p8ILl6CZCEHMsgHb9Gs5XMGfwPM/s72-c/untitled8.bmp" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7108460697535952986.post-5694592231165323330</id><published>2011-07-27T20:58:00.003+07:00</published><updated>2011-07-27T22:04:34.190+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Info Komputer"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type="text">Belajar HTML Dasar (6)</title><content type="html">&lt;div style="text-align: justify;"&gt;Beberapa karakter khusus tdk dpt dtampilkan dlm web tanpa menggunakan kode penulisan yg sesuai, misalnya karakter "&amp;amp;", "&amp;lt;", "&amp;gt;". Berikut ini beberapa kode HTML yg dpt dgunakan untuk menampilkan karakter2 tertentu.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;table border="1" cellpadding="0" cellspacing="0" class="MsoTableGrid" style="border-bottom-style: none; border-collapse: collapse; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; text-align: justify;"&gt;&lt;tbody&gt;
&lt;tr style="mso-yfti-firstrow: yes; mso-yfti-irow: 0;"&gt;   &lt;td style="background: #BFBFBF; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-pattern: gray-25 auto; mso-shading: windowtext; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-size: 21px;"&gt;&lt;span class="Apple-style-span" style="color: #666666;"&gt;Karakter&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #BFBFBF; border-left: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-pattern: gray-25 auto; mso-shading: windowtext; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;span style="font-size: 16pt;"&gt;&lt;span class="Apple-style-span" style="color: #666666;"&gt;Kode&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #BFBFBF; border-left: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-pattern: gray-25 auto; mso-shading: windowtext; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-size: 21px;"&gt;&lt;span class="Apple-style-span" style="color: #666666;"&gt;Keterangan&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 1;"&gt;   &lt;td style="border-top: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 14pt;"&gt;“&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&amp;amp;quot;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Karakter kutip&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 2;"&gt;   &lt;td style="border-top: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 14pt;"&gt;&amp;amp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&amp;amp;amp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Karakter ampersand&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 3;"&gt;   &lt;td style="border-top: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 14pt;"&gt;&amp;lt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&amp;amp;lt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Karakter kurang dari&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 4;"&gt;   &lt;td style="border-top: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 14pt;"&gt;&amp;gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&amp;amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Karakter lebih dari&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 5;"&gt;   &lt;td style="border-top: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 14pt;"&gt;©&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&amp;amp;copy;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Karakter Copyright&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 6;"&gt;   &lt;td style="border-top: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;®&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 14pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&amp;amp;reg;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Karakter registered trademark&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 7;"&gt;   &lt;td style="border-top: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 14pt;"&gt;±&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&amp;amp;plusmn;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Karakter plus minus&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 8;"&gt;   &lt;td style="border-top: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 14pt;"&gt;Æ&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&amp;amp;AElig;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Karakter AE ligature capital&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 9;"&gt;   &lt;td style="border-top: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 14pt;"&gt;æ&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&amp;amp;aelig;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Karakter ae ligature kecil&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 10;"&gt;   &lt;td style="border-top: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 14pt;"&gt;É&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&amp;amp;Eacute;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Karakter E capital dg akse&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 11; mso-yfti-lastrow: yes;"&gt;   &lt;td style="border-top: none; border: solid black 1.0pt; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 54.4pt;" valign="top" width="73"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 14pt;"&gt;é&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 59.7pt;" valign="top" width="80"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&amp;amp;eacute;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 151.85pt;" valign="top" width="202"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Karakter e dg aksen&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Untuk mencoba menampilkan karakter2 tsb, kita lakukan langkah2 sperti biasa.&lt;/div&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li style="text-align: justify;"&gt;Jalankan Notepad&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;Lalu Ketikan baris2 berikut ini&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;lt;HTML&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;lt;HEAD&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;lt;TITLE&amp;gt; Latihan Karakter Khusu &amp;lt;/TITLE&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;lt;/HEAD&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;BODY&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;BR&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;amp;amp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;BR&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;BR&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span style="font-size: 11pt; line-height: 115%;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;BR&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;amp;copy;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;BR&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;amp;reg;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;BR&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;amp;plusmn;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;BR&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;amp;AElig;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;BR&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;amp;aelig;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;BR&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;amp;Eacute;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;lt;BR&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&amp;amp;eacute;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;lt;/BODY&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;lt;/HTML&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li style="text-align: justify;"&gt;Simpan dengan nama "lat7.htm" pada folder LatihanHTML.&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;Lalu jalankan file tsb dan amati hasilnya.&lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSjxcyTPzohASIB6WLZ6SNnb1MXqt7RZl_6vCmrun9lc81f970nWQ70aPNYfef3jCOzSZ3zyVLnFlCMca5Zf2Vex6GJ_OKGfUYEKttUk32eOTmE24RWRm7trUltjxmhxQvV6A4F0TL0xo/s1600/untitled7.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="188" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSjxcyTPzohASIB6WLZ6SNnb1MXqt7RZl_6vCmrun9lc81f970nWQ70aPNYfef3jCOzSZ3zyVLnFlCMca5Zf2Vex6GJ_OKGfUYEKttUk32eOTmE24RWRm7trUltjxmhxQvV6A4F0TL0xo/s320/untitled7.bmp" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;Kira2 sperti itu hasilnya..... Mangga di coba... Semoga bermanfaat...&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;span class="status"&gt;JTPMHDV9U59K&lt;/span&gt;&lt;/div&gt;</content><link href="http://teguhikhsan.blogspot.com/feeds/5694592231165323330/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar-6.html#comment-form" rel="replies" title="2 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/5694592231165323330" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/5694592231165323330" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar-6.html" rel="alternate" title="Belajar HTML Dasar (6)" type="text/html"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSjxcyTPzohASIB6WLZ6SNnb1MXqt7RZl_6vCmrun9lc81f970nWQ70aPNYfef3jCOzSZ3zyVLnFlCMca5Zf2Vex6GJ_OKGfUYEKttUk32eOTmE24RWRm7trUltjxmhxQvV6A4F0TL0xo/s72-c/untitled7.bmp" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7108460697535952986.post-5400222956090100581</id><published>2011-07-26T21:06:00.004+07:00</published><updated>2011-07-27T22:01:22.344+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Info Komputer"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type="text">Belajar HTML Dasar (5)</title><content type="html">&lt;div style="text-align: justify;"&gt;Selanjutnya adalah cara memformat teks di halaman web kita seperti cetak tebal, cetak miring, garis bawah, dll.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;table border="1" cellpadding="0" cellspacing="0" class="MsoTableGrid" style="border-bottom-style: none; border-collapse: collapse; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; text-align: justify;"&gt;&lt;tbody&gt;
&lt;tr style="mso-yfti-firstrow: yes; mso-yfti-irow: 0;"&gt;   &lt;td style="background: #8C8C8C; border-right: solid black 1.0pt; border: double windowtext 1.5pt; mso-border-alt: double windowtext 1.5pt; mso-border-right-alt: solid black .5pt; mso-border-right-themecolor: text1; mso-border-right-themecolor: text1; mso-pattern: gray-45 auto; mso-shading: windowtext; padding: 0in 5.4pt 0in 5.4pt; width: 57.5pt;" valign="top" width="77"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 12pt;"&gt;Tag&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="background: #8C8C8C; border-left: none; border: double windowtext 1.5pt; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-pattern: gray-45 auto; mso-shading: windowtext; padding: 0in 5.4pt 0in 5.4pt; width: 239.4pt;" valign="top" width="319"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: 12pt;"&gt;Keterangan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 1;"&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: double windowtext 1.5pt; border-right: solid black 1.0pt; border-top: none; mso-border-bottom-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-left-alt: double windowtext 1.5pt; mso-border-right-alt: solid black .5pt; mso-border-right-themecolor: text1; mso-border-right-themecolor: text1; mso-border-top-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 57.5pt;" width="77"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&amp;lt;SMALL&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: double windowtext 1.5pt; border-top: none; mso-border-bottom-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-left-themecolor: text1; mso-border-right-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 239.4pt;" valign="top" width="319"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Membuat teks menjadi relative lebih kecil dari teks lainnya&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 2;"&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: double windowtext 1.5pt; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: double windowtext 1.5pt; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 57.5pt;" width="77"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&amp;lt;BIG&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: double windowtext 1.5pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-alt: double windowtext 1.5pt; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 239.4pt;" valign="top" width="319"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Membuat teks menjadi relative lebih kecil dari teks lainnya&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 3;"&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: double windowtext 1.5pt; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: double windowtext 1.5pt; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 57.5pt;" width="77"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&amp;lt;I&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: double windowtext 1.5pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-alt: double windowtext 1.5pt; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 239.4pt;" valign="top" width="319"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Membuat teks tercetak miring&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 4;"&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: double windowtext 1.5pt; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: double windowtext 1.5pt; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 57.5pt;" width="77"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&amp;lt;B&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: double windowtext 1.5pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-alt: double windowtext 1.5pt; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 239.4pt;" valign="top" width="319"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Membuat teks tercetak tebal&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 5;"&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: double windowtext 1.5pt; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: double windowtext 1.5pt; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 57.5pt;" width="77"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&amp;lt;U&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: double windowtext 1.5pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-alt: double windowtext 1.5pt; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 239.4pt;" valign="top" width="319"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Membuat teks tercetak bergaris bawah&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 6;"&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: double windowtext 1.5pt; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: double windowtext 1.5pt; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 57.5pt;" width="77"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&amp;lt;SUP&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: double windowtext 1.5pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-alt: double windowtext 1.5pt; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 239.4pt;" valign="top" width="319"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Membuat teks menjadi superscript. Contoh&amp;nbsp; pada angka 2 dalam teks X&lt;sup&gt;2&lt;/sup&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 7;"&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: double windowtext 1.5pt; border-right: solid black 1.0pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: double windowtext 1.5pt; mso-border-right-themecolor: text1; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 57.5pt;" width="77"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&amp;lt;STRIKE&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: solid black 1.0pt; border-left: none; border-right: double windowtext 1.5pt; border-top: none; mso-border-alt: solid black .5pt; mso-border-bottom-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-right-alt: double windowtext 1.5pt; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 239.4pt;" valign="top" width="319"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Membuat teks tercoret&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 8; mso-yfti-lastrow: yes;"&gt;   &lt;td style="border-bottom: double windowtext 1.5pt; border-left: double windowtext 1.5pt; border-right: solid black 1.0pt; border-top: none; mso-border-bottom-alt: double windowtext 1.5pt; mso-border-left-alt: double windowtext 1.5pt; mso-border-right-alt: solid black .5pt; mso-border-right-themecolor: text1; mso-border-right-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 57.5pt;" width="77"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&amp;lt;SUB&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style="border-bottom: double windowtext 1.5pt; border-left: none; border-right: double windowtext 1.5pt; border-top: none; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1; padding: 0in 5.4pt 0in 5.4pt; width: 239.4pt;" valign="top" width="319"&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;"&gt;Membuat teks menjadi subscript. Contoh&amp;nbsp; pada angka 2 dalam teks H&lt;sub&gt;2&lt;/sub&gt;O&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Selain menggunakan Tag di atas, HTML jg menyediakan sebuah Tag &amp;lt;FONT&amp;gt; untuk memformat teks dg lebih kompleks. Tag &amp;lt;FONT&amp;gt; memiliki atribut SIZE, COLOR, dan FACE. SIZE dgunakan untuk menentukan ukuran teks yg diberi Tag &amp;lt;FONT&amp;gt; tsb. COLOR dgunakan untuk menentukan warna teks. FACE dgunakan untuk menentukan jenis huruf.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Untuk lebih memahami penggunaan Tag Tag diatas lakukan langkah2 berikut.&lt;/div&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li style="text-align: justify;"&gt;Jalankan Notepad&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;Ketik baris teks dbawah ini&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HTML&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HEAD&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;TITLE&amp;gt; Latihan Memformat Teks &amp;lt;/TITLE&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/HEAD&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BODY&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ini Teks Normal &amp;lt;BR&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;SMALL&amp;gt; Ini Teks yg diberi Tag SMALL &amp;lt;/SMALL&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BR&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BIG&amp;gt; Ini Teks yg diberi Tag BIG &amp;lt;/BIG&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BR&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;I&amp;gt; Ini Teks yg dicetak miring &amp;lt;/I&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BR&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;B&amp;gt; Ini Teks yg dicetak tebal &amp;lt;/B&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BR&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;U&amp;gt; Ini Teks yg dicetak bergaris bawah &amp;lt;/U&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BR&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;STRIKE&amp;gt; Ini Teks yg tercoret &amp;lt;/STRIKE&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BR&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Contoh Superscript : X&amp;lt;SUP&amp;gt;2&amp;lt;/SUP&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BR&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Contoh Subscript : H&amp;lt;SUB&amp;gt;2&amp;lt;/SUB&amp;gt;O&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BR&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;FONT SIZE=5 &amp;nbsp; FACE=VERDANA&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Contoh menggunakan Tag Font&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/FONT&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/BODY&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/HTML&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;ul&gt;&lt;li&gt;Simpan dg nama "lat6.htm" pada folder LatihanHTML&lt;/li&gt;
&lt;li&gt;Jalankan file tsb dan amati hasilnya.&lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_9K3eCyY_SsJD6T-bcngstd__Eo12_i59VpE1DoigdIT37WfogsjhUVaQkBQoq8z1BP5Lm6RfyZdTn5D50dt9mJuT6QNP0mPv-vGeHgfi9Oazhel8tYQu5wX7PEMJhXv-c52wk9t0oZs/s1600/untitled6.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="224" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_9K3eCyY_SsJD6T-bcngstd__Eo12_i59VpE1DoigdIT37WfogsjhUVaQkBQoq8z1BP5Lm6RfyZdTn5D50dt9mJuT6QNP0mPv-vGeHgfi9Oazhel8tYQu5wX7PEMJhXv-c52wk9t0oZs/s320/untitled6.bmp" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Kira2 sperti ini hasilnya... Selamat Mencoba....&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Untuk artikel selanjutnya Insya Allah akan dbahas tentang Karakter2 Khusus sperti ", &amp;amp;, &amp;lt;, &amp;gt;, dll...&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Semoga bermanfaat....&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Terima kasih....&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;</content><link href="http://teguhikhsan.blogspot.com/feeds/5400222956090100581/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar-5.html#comment-form" rel="replies" title="2 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/5400222956090100581" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/5400222956090100581" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar-5.html" rel="alternate" title="Belajar HTML Dasar (5)" type="text/html"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_9K3eCyY_SsJD6T-bcngstd__Eo12_i59VpE1DoigdIT37WfogsjhUVaQkBQoq8z1BP5Lm6RfyZdTn5D50dt9mJuT6QNP0mPv-vGeHgfi9Oazhel8tYQu5wX7PEMJhXv-c52wk9t0oZs/s72-c/untitled6.bmp" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7108460697535952986.post-6724268504120550204</id><published>2011-07-26T20:19:00.002+07:00</published><updated>2011-07-27T01:41:14.184+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Info Komputer"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type="text">Belajar HTML Dasar (4)</title><content type="html">&lt;div style="text-align: justify;"&gt;Tag &amp;lt;H1&amp;gt;, &amp;lt;H2&amp;gt;, &amp;lt;H3&amp;gt;, &amp;lt;H5&amp;gt;, &amp;lt;H5&amp;gt;, dan &amp;lt;H6&amp;gt; termasuk kedlm Tag Heading. Tag tsb biasanya dgunakan untuk menentukan bagian Bab, Subbab, dan Subsubbab dari teks dokumen HTML kita.&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Tag &amp;lt;H1&amp;gt; dgunakan untuk menentukan Heading 1 yg berukuran paling besar. Tag &amp;lt;H6&amp;gt; dgunakan untuk menentukan heading yg berukuran paling kecil.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Untuk mencoba, lalukan langkah2 berikut:&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Jalankan notepad&lt;/li&gt;
&lt;li&gt;Lalu ketik teks berikut.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;HTML&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;HEAD&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;TITLE&amp;gt; Latihan Tag Heading &amp;lt;/TITLE&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;/HEAD&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;BODY&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;H1&amp;gt; contoh Heading 1 &amp;lt;/H1&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;H2&amp;gt; conton Heading 2 &amp;lt;/H2&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;H3&amp;gt; conton Heading 3 &amp;lt;/H3&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;H4&amp;gt; conton Heading 4 &amp;lt;/H4&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;H5&amp;gt; conton Heading 5 &amp;lt;/H5&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;H6&amp;gt; conton Heading 6 &amp;lt;/H6&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;/BODY&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&amp;lt;/HTML&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: #666666;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Simpan dengan nama "lat5.htm" pada folder LatihanHTML.&lt;/li&gt;
&lt;li&gt;Jalankan file tsb, lalu perhatikan hasilnya.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5VeMwdhTzcOT7risl6726OhKMHoI5a3qhO1CbJRnuxhXJBctIFnh6e-w21rAnkiN7r1RqRVUZ3frF3KCcTD-QzdDU1oNlJB225WGOQDK_pSNUO82efMA6059JLPJg8x7n4fgmgk5Kmqo/s1600/untitled5.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="224" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5VeMwdhTzcOT7risl6726OhKMHoI5a3qhO1CbJRnuxhXJBctIFnh6e-w21rAnkiN7r1RqRVUZ3frF3KCcTD-QzdDU1oNlJB225WGOQDK_pSNUO82efMA6059JLPJg8x7n4fgmgk5Kmqo/s320/untitled5.bmp" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Kira2 seperti ini hasilnya... Selamat Mencoba....&lt;/div&gt;</content><link href="http://teguhikhsan.blogspot.com/feeds/6724268504120550204/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar-4.html#comment-form" rel="replies" title="2 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/6724268504120550204" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/6724268504120550204" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar-4.html" rel="alternate" title="Belajar HTML Dasar (4)" type="text/html"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5VeMwdhTzcOT7risl6726OhKMHoI5a3qhO1CbJRnuxhXJBctIFnh6e-w21rAnkiN7r1RqRVUZ3frF3KCcTD-QzdDU1oNlJB225WGOQDK_pSNUO82efMA6059JLPJg8x7n4fgmgk5Kmqo/s72-c/untitled5.bmp" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7108460697535952986.post-6055872966769321348</id><published>2011-07-24T22:06:00.000+07:00</published><updated>2011-07-24T22:06:40.159+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Info Komputer"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type="text">Belajar HTML dasar (3)</title><content type="html">&lt;div style="text-align: justify;"&gt;Akhirnya malesnya ilang buat nglanjutin materi yg kmrn, hehe.... Lsg aja ya...&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Tag &amp;lt;P&amp;gt;, &amp;lt;BR&amp;gt;, dan &amp;lt;HR&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Tag &amp;lt;P&amp;gt; digunakan untuk membuat paragraf dari dokumen HTML yg akan kita buat. Tag &amp;lt;P&amp;gt; memiliki atribut bernama ALIGN yg gunanya untuk menentukan apakan paragraf yg kita buar akan rata kiri(LEFT), kanan (RIGHT), tengan (CENTER), atau justify (JUSTIFY).&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Tag &amp;lt;BR&amp;gt; adalah tag yg tidak perlu dtuliskan berpasangan, yg dgunakan untuk memisahkan teks menjadi baris baru, seperti fungsi tombol ENTER jika kita mengetik dg MS WORD.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Tag &amp;lt;HR&amp;gt; jg tdk perlu dituliskan berpasangan, dgunakan untuk membuat garis horisontal pada web kita. Tag &amp;lt;HR&amp;gt; memiliki atribut SIZE dan WIDTH untuk menentukan tinggu dan lebar garis yg kita buat pada web.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Untuk memahami fungsi dari Tag tsb, kita coba latihan.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;Jalankan Notepad.&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;Lalu ketikkan teks dibawah ini.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HTML&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HEAD&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;TITLE&amp;gt; Latihan Tag P, BR, dan HR &amp;lt;/TITLE&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/HEAD&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BODY&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;Selamat datang di halaman web saya yang pertama. Blog merupakan singkatan dari web log adalah bentuk aplikasi web yang menyerupai tulisan-tulisan (yang dimuat sebagai posting) pada sebuah halaman web umum.&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;Dan ini adalah paragraf kedua saya. Blog merupakan singkatan dari web log adalah bentuk aplikasi web yang menyerupai tulisan-tulisan (yang dimuat sebagai posting) pada sebuah halaman web umum.&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HR&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;Ini contoh garis horisontal&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/BODY&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/HTML&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;Simpan dg nama "lat3.htm" di folder LatihanHTML yg kita buat sebelumnya.&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;Lalu jalankan file lat3.htm, lalu liat hasilnya.&lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-kt716EdczIcR8Dainq-dTKrmlmVQLaerIq4N40bSVJinVCid_V5apiZDWWes_hS7M01gCxcKc-vGUiCtFnwJFn6HaqFahjPrOO-DB0SgeQtrMkBk4YKK0GVmKiYyCY4WYI75fy-ScHk/s1600/untitled3.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="179" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-kt716EdczIcR8Dainq-dTKrmlmVQLaerIq4N40bSVJinVCid_V5apiZDWWes_hS7M01gCxcKc-vGUiCtFnwJFn6HaqFahjPrOO-DB0SgeQtrMkBk4YKK0GVmKiYyCY4WYI75fy-ScHk/s320/untitled3.bmp" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;Perhatikan contoh hasilnya dgambar. Paragraf yg ingin kita buat masih dtampilkan menyatu. Oleh karena itu kita harus menambahkan Tag2 yg tadi.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HTML&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HEAD&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;TITLE&amp;gt; Latihan Tag P, BR, dan HR &amp;lt;/TITLE&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/HEAD&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BODY&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;P ALIGN=JUSTIFY&amp;gt;Selamat datang di halaman web saya yang pertama. Blog merupakan singkatan dari web log adalah bentuk aplikasi web yang menyerupai tulisan-tulisan (yang dimuat sebagai posting) pada sebuah halaman web umum.&amp;lt;/P&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;P ALIGN=CENTER&amp;gt;Dan ini adalah paragraf kedua saya. Blog merupakan singkatan dari web log adalah bentuk aplikasi web yang menyerupai tulisan-tulisan (yang dimuat sebagai posting) pada sebuah halaman web umum.&amp;lt;/P&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BR&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HR SIZE=10 COLOR="BLACK"&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ini contoh garis horisontal&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/BODY&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/HTML&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;Lalu simpan dg nama lat4.htm dfolder yg sama.&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;Jalankan file tsb lalu lihat perbedaannya dg tampilan yg sblmnya.&lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoEc7TGP13MjvjUiD13brbK-ZGt8HjcqAULSdkPg6UXoKIab2FSDWukc0RUCBbraL1pZH8EJhG02zLbRtku3Dj_AaMT6Yzo4wDoTyU8KMiayoiU8PbFW3Izt6zfgBdvnfgxLeLayE4xoo/s1600/untitled4.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="222" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoEc7TGP13MjvjUiD13brbK-ZGt8HjcqAULSdkPg6UXoKIab2FSDWukc0RUCBbraL1pZH8EJhG02zLbRtku3Dj_AaMT6Yzo4wDoTyU8KMiayoiU8PbFW3Izt6zfgBdvnfgxLeLayE4xoo/s320/untitled4.bmp" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;(A) Paragraf pertama dg ALIGN JUSTIFY/rata kiri dan kanan&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;(B) Paragraf kedua dg ALIGN CENTER/rata tengah&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;(C) Garis Horisontal&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Selamat mencoba........&lt;/div&gt;</content><link href="http://teguhikhsan.blogspot.com/feeds/6055872966769321348/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar-3.html#comment-form" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/6055872966769321348" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/6055872966769321348" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar-3.html" rel="alternate" title="Belajar HTML dasar (3)" type="text/html"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-kt716EdczIcR8Dainq-dTKrmlmVQLaerIq4N40bSVJinVCid_V5apiZDWWes_hS7M01gCxcKc-vGUiCtFnwJFn6HaqFahjPrOO-DB0SgeQtrMkBk4YKK0GVmKiYyCY4WYI75fy-ScHk/s72-c/untitled3.bmp" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7108460697535952986.post-7745316819676192441</id><published>2011-07-24T21:41:00.000+07:00</published><updated>2011-07-24T21:41:33.176+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Info Komputer"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type="text">Belajar HTML dasar (2)</title><content type="html">&lt;div style="text-align: justify;"&gt;Beberapa tag HTML memiliki atribut yg dpt dberi parameter yg spesifik untuk mengatur bagian yg dtandai Tag tsb. Ini beberapa atribut Tag &amp;lt;BODY&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Atribut &lt;b&gt;BACKGROUND &lt;/b&gt;dgunakan untuk menentukan gambar latar belakang dari badan dokumen.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Atribut &lt;b&gt;BGCOLOR&lt;/b&gt; dgunakan untuk menentukan warna latar belakang dari badan dokumen.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Atribut &lt;b&gt;TEXT &lt;/b&gt;digunakan untuk menentukan warna teks yg berada diddlm badan dokumen.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Atribut &lt;b&gt;LINK &lt;/b&gt;digunakan untuk menentukan warna link yg berada didlm badan dokumen.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Untuk belajar memahami, lakukan langkah berikut.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;Jalankan Notepad.&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;Lalu ketikkan teks dibawah ini.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HTML&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HEAD&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;TITLE&amp;gt;&amp;nbsp; ini judul web pertama saya &amp;lt;/TITLE&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/HEAD&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BODY BGCOLOR="RED" TEXT="BLACK"&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;Selamat datang di halaman web saya yang pertama&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/BODY&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="background-color: #666666;"&gt;&amp;lt;/HTML&amp;gt;&lt;/div&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Simpan dg nama lat2.htm dfolder LatihanHTML yg kita buat kmrn.&lt;/li&gt;
&lt;li&gt;Lalu coba jalankan file lat2.htm, lalu perhatikan hasilnya.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBDQn7N7SjshtXJspA-F7BOmZvYC2xAUfK4l9uDH8er87aXXx5fM5u7C0Ii_h1aCBweA5zZWOIFAMT6jPLaNiLeOUDMuYLDWC0FTys5Fyl0d22tisCYBpAdDjkmoPKJbfL_P39TAcP-o4/s1600/untitled2.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="178" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBDQn7N7SjshtXJspA-F7BOmZvYC2xAUfK4l9uDH8er87aXXx5fM5u7C0Ii_h1aCBweA5zZWOIFAMT6jPLaNiLeOUDMuYLDWC0FTys5Fyl0d22tisCYBpAdDjkmoPKJbfL_P39TAcP-o4/s320/untitled2.bmp" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;Kira2 kaya gitu hasilnya... Selamat mencoba....&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link href="http://teguhikhsan.blogspot.com/feeds/7745316819676192441/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar-2.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/7745316819676192441" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/7745316819676192441" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar-2.html" rel="alternate" title="Belajar HTML dasar (2)" type="text/html"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBDQn7N7SjshtXJspA-F7BOmZvYC2xAUfK4l9uDH8er87aXXx5fM5u7C0Ii_h1aCBweA5zZWOIFAMT6jPLaNiLeOUDMuYLDWC0FTys5Fyl0d22tisCYBpAdDjkmoPKJbfL_P39TAcP-o4/s72-c/untitled2.bmp" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7108460697535952986.post-3314985208715713580</id><published>2011-07-23T21:22:00.003+07:00</published><updated>2011-07-26T17:44:53.717+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Info Komputer"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type="text">Belajar HTML Dasar</title><content type="html">&lt;div style="text-align: justify;"&gt;Kemarin saya iseng2 beres2 buku,eh ternyata saya nemu buku yg uda lama saya beli,tp blm sempet saya baca smua. Buku itu isinya tutorial dasar HTML,setelah saya baca2 lagi,ternyata isinya lumayan jg,penjelasan tentang HTML yg cukup mudah dpahami. Drpd lama lsg aja ya,tp sblmnya,disini saya hanya membagi ilmu yg saya dapat dari buku yg saya baca,saya bukanlah seorang ahli, saya juga adalah pemula yg masi harus bnyk belajar,jd klo ada yg salah2,jgn sungkan untuk membetulkannya.. oke....&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;HTML terdiri dari berbagai Tag yang digunakan untuk menandai dan mengatur tampilan halaman web yg akan kita buat. Disini kita coba bahas Tag &amp;lt;HTML&amp;gt;, &amp;lt;HEAD&amp;gt;, &amp;lt;TITLE&amp;gt;, dan &amp;lt;BODY&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Tag &amp;lt;HTML&amp;gt; dan &amp;lt;/HTML&amp;gt; digunakan untuk menandai awal dan akhir sebuah dokumen HTML. Dokumen HTML dibagi jadi 2 bagian, yaitu kepala dokumen atau Tag &amp;lt;HEAD&amp;gt; dan bagian badan dokumen atau Tag &amp;lt;BODY&amp;gt;. Pada bagian kepala dokumen (&amp;lt;HEAD&amp;gt;),kita dapat menambahkan judul yg kita buat dg menggunakan Tag &amp;lt;TITLE&amp;gt;.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Untuk lebih memahami, kita coba praktek.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;Buat satu folder dg nama LatihanHTML d drive C: komp temen2. Nanti folder itu dipake buat nyimpen file2 yg kita buat, dan nanti kita akan gunakan lg dalam latihan lain.(Karna isi buku yg saya baca panjang, mudah2an saya bisa trus membagi info yg saya baca dr buku tsb.. AMIN)&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;Jalankan Notepad.&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;Lalu coba ketikkan teks dibawah ini, ketik sama persis ya.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HTML&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;HEAD&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;TITLE&amp;gt; ini judul web pertama saya &amp;lt;/TITLE&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/HEAD&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;BODY&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;Selamat datang di halama web saya yang pertama&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/BODY&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #666666;"&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/HTML&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;Lalu temen2 save as file itu dg nama "lat1.htm", lalu save di folder yg tadi kita buat "LatihanHTML"&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;Lalu temen2 browse file yg tadi di save di folder "LatihanHTML", lalu cari file "lat1.htm", lalu dobel klik deh di file itu. Lalu lihat bagaimana hasilnya.&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;Kira2 hasilnya sperti ini&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-Rqrmqjrv9BE4-Jkc9Kv2csVp3GpRxjc9jJvflizSSJyRS3NPrbv96DXizTc2VGZffEWCRYyakdtNNEX-w_RwQ48SLGWpP9I9WZpEHSPWLm_MZV0hUxux-sYqIyLGi4l7jn6XlPz9cgs/s1600/untitled.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="178" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-Rqrmqjrv9BE4-Jkc9Kv2csVp3GpRxjc9jJvflizSSJyRS3NPrbv96DXizTc2VGZffEWCRYyakdtNNEX-w_RwQ48SLGWpP9I9WZpEHSPWLm_MZV0hUxux-sYqIyLGi4l7jn6XlPz9cgs/s320/untitled.bmp" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
(A) Tampilan dari bagian Tag TITLE&lt;br /&gt;
(B) Tampilan dari bagian Tag BODY&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Begitulah kira2 hasilnya nanti... Untuk sekarang cukup segitu dlu deh, cape ketiknya,hehehe.... Insya allah besok dilanjutkan lagi. Sekali lagi saya jg seorang pemula, jadi kalo emg ada salah2, jgn sungkan untuk membetulkan...&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Semoga bermanfaat...&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;</content><link href="http://teguhikhsan.blogspot.com/feeds/3314985208715713580/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar.html#comment-form" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/3314985208715713580" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/3314985208715713580" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/belajar-html-dasar.html" rel="alternate" title="Belajar HTML Dasar" type="text/html"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-Rqrmqjrv9BE4-Jkc9Kv2csVp3GpRxjc9jJvflizSSJyRS3NPrbv96DXizTc2VGZffEWCRYyakdtNNEX-w_RwQ48SLGWpP9I9WZpEHSPWLm_MZV0hUxux-sYqIyLGi4l7jn6XlPz9cgs/s72-c/untitled.bmp" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7108460697535952986.post-5023823992571741634</id><published>2011-07-23T00:56:00.001+07:00</published><updated>2011-07-23T20:46:18.516+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Info Komputer"/><title type="text">"invalid partition table" , how to fix?</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Temen2 pernah ada yg mengalami masalah seperti "invalid partition table" dkomputer/laptop? Beberapa hari kemarin,saya mendapatkan masalah sperti ini dlaptop pacar saya. Saat mau di nyalain,dia g mau booting ke windows. Malah muncul tulisan invalid partition table error, bingung. Setelah cari2 info di internet,bnyk yg bilang pake software ini atau software itu,tp saya masi bngung cara makenya. Maklum, gaptek,hehe... Akhirnya saya instal ulang deh smua,saya format smua isi HDD,untungnya di laptop itu g ada data2 penting. Setelah saya install ulang,emg dia mau booting dan masuk ke window,tp karna permintaan,pengen ada 3 partisi di HDD,akhirnya dipartisi lg,nah setelah drestart,eh muncul lg itu&amp;nbsp;"invalid partition table",saya partisi pake software Partition magic,g tau dmn salahnya ampe eror lg. Makin bngung lagi d. Saya cari2 lg info,akhirnya paman GOOGLE mengarahkan saya ke sebuah forum(saya lupa namanya),disitu djelasin gmn cara mengatasi masalah yg lg saya hadapi. Katanya dicoba di paralel ke komputer lain,tp g saya coba soalnya g punya kabel SATA buat hubungin HDD laptop sama komputer rumah. Lalu saya googling lagi,dan menemukan info lain,katanya kita bisa recover pake cd start up &lt;span style="font-weight: bold;"&gt;Windows 98&lt;/span&gt;&lt;i style="font-weight: bold;"&gt;. &lt;/i&gt;Ini langkahnya.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ol style="line-height: 19px;"&gt;&lt;li style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Siapkan CD startup&amp;nbsp;&lt;strong&gt;Windows 98&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Hidupkan komputer dan settinglah agar proses booting computer dimulai dari disket atau CD (karna laptopnya g ada cd room,saya pake cd room eksternal)&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Setelah proses booting&amp;nbsp;&lt;strong&gt;Windows 98&lt;/strong&gt;&amp;nbsp;berhasil, pada command prompt ketikkan perintah&amp;nbsp;&lt;strong&gt;A:\&amp;gt;fdisk&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Kemudian pada layar yang menanyakan untuk meng-enable&amp;nbsp;&lt;strong&gt;large disk support&lt;/strong&gt;, ketikkan&amp;nbsp;&lt;strong&gt;Y&lt;/strong&gt;, dan tekan tombol&amp;nbsp;&lt;strong&gt;Enter&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Pada layar utama&amp;nbsp;&lt;strong&gt;FDisk Option&lt;/strong&gt;&amp;nbsp;kita bisa melihat beberapa menu sehubungan dengan pengaturan partisi pada harddisk, ketikkan angka&amp;nbsp;&lt;strong&gt;2&lt;/strong&gt;pada pertanyaan&amp;nbsp;&lt;strong&gt;Enter Choice: [ ]&lt;/strong&gt;, untuk memilih menu no.&lt;strong&gt;2&lt;/strong&gt;&amp;nbsp;yaitu&amp;nbsp;&lt;strong&gt;Set Active Partition&lt;/strong&gt;, dan tekan tombol&amp;nbsp;&lt;strong&gt;Enter&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Pada layar&amp;nbsp;&lt;strong&gt;Set Active Partition&lt;/strong&gt;, ketikkan partisi yang ingin anda rubah menjadi&amp;nbsp;&lt;u&gt;&lt;em&gt;&lt;strong&gt;active&lt;/strong&gt;&lt;/em&gt;&lt;/u&gt;, umumnya adalah partisi&amp;nbsp;&lt;strong&gt;1&lt;/strong&gt;, pada pertanyaan&amp;nbsp;&lt;strong&gt;Enter the number of the partition you want to make active……………: [&amp;nbsp; ]&lt;/strong&gt;. Dan tekan tombol&amp;nbsp;&lt;strong&gt;Enter&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Jika tidak ada masalah maka pesan&amp;nbsp;&lt;strong&gt;Partition 1 made active&lt;/strong&gt;&amp;nbsp;akan ditampilkan. Tekan tombol&amp;nbsp;&lt;strong&gt;Esc&lt;/strong&gt;&amp;nbsp;untuk melanjutkan, dan tekan tombol&amp;nbsp;&lt;strong&gt;Esc&lt;/strong&gt;sekali lagi untuk keluar dari layar&amp;nbsp;&lt;strong&gt;FDisk&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;Keluarkan disket ataupun CD dari drive-nya, dan cobalah untuk me-restar komputer anda.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;Setelah saya coba cara diatas,alhamdulilah jalan lg laptopnya,tp g berani2 lg partisi HDDnya sebelum blajar sama yg uda ngerti,hehe...&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;Saya dapet info dari salah satu blog yg saya baca. Buat lengkapnya coba kunjungin link ini.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;span class="Apple-style-span" style="color: red; line-height: 19px;"&gt;&lt;a href="http://tianzega.wordpress.com/2007/06/26/mengatasi-masalah-invalid-partition-table-pada-windows-xp/"&gt;http://tianzega.wordpress.com/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Selamat mencoba... Semoga berhasil...&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;</content><link href="http://teguhikhsan.blogspot.com/feeds/5023823992571741634/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/invalid-partition-table-how-to-fix.html#comment-form" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/5023823992571741634" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/5023823992571741634" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/invalid-partition-table-how-to-fix.html" rel="alternate" title="&quot;invalid partition table&quot; , how to fix?" type="text/html"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7108460697535952986.post-5391004882952373256</id><published>2011-07-22T19:16:00.000+07:00</published><updated>2011-07-22T19:21:23.445+07:00</updated><title type="text">1st Note</title><content type="html">&lt;div style="text-align: justify;"&gt;Ini adalah tulisan pertama saya di blog yg baru saya buat...&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Sebelumnya saya pernah memiliki blog,tp karna saya masi pemula jadi blognya pun masi asal2an. Awalnya saya membuat blog karena mendapatkan tugas dari dosen saya di kampus. Katanya setiap mahasiswa harus memiliki blog,dan dari blog pun bias menghasilkan uang. Karna perkataan dosen itu saya jd terinspirasi membuat blog untuk tujuan komersil tentunya. Tp setelah saya jalani,ternyata tidak gampang untuk membuat blog komersil,dsamping blognya harus bnyk pengunjungnya terlebih dahulu,isi artikelnyapun harus menarik agar dapat mendatangkan bnyk pengunjung. Akhirnya setelah melakukan bnyk blogwalking,saya berpikir untuk membuat blog yg berisikan tulisan2 yg saya inginkan saja,meskipun memang tidak terfokus pada suatu bahasan.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Sama seperti pemula yg lainnya,sayapun masi buta dg dunia blogging dan masi harus bnyk blajar.. Semoga saja mulai dari saat ini saya dapat belajar bnyk dari teman2 blogger yg sudah memilika bnyk pengalaman...&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Trims.&lt;/div&gt;</content><link href="http://teguhikhsan.blogspot.com/feeds/5391004882952373256/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/1st-note.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/5391004882952373256" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/7108460697535952986/posts/default/5391004882952373256" rel="self" type="application/atom+xml"/><link href="http://teguhikhsan.blogspot.com/2011/07/1st-note.html" rel="alternate" title="1st Note" type="text/html"/><author><name>Teguh</name><uri>http://www.blogger.com/profile/02698790216429084569</uri><email>noreply@blogger.com</email><gd:image height="32" rel="http://schemas.google.com/g/2005#thumbnail" src="http://1.bp.blogspot.com/-9pglz3pWH1c/TizKYsL4C4I/AAAAAAAAADQ/Ubz6M_IFHOE/s220/APP.JPG" width="32"/></author><thr:total>0</thr:total></entry></feed>