To discuss here, you should Register or Log in first.
I hope this Forum can be useful for all of us...
Amin...

So... What are you waiting for?
Immediately Register or Log in first.
To discuss here, you should Register or Log in first.
I hope this Forum can be useful for all of us...
Amin...

So... What are you waiting for?
Immediately Register or Log in first.
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Komunitas Study Teknologi Informatika SMA Negeri 1 Sumber
 
HomeSearchLatest imagesRegisterLog inBlog

 

 Membuat Tag List Dalam HTML

Go down 
AuthorMessage
Admin
Master
Admin


Posts : 47
Join date : 2009-07-25
Age : 31
Location : Cirebon

Membuat Tag List Dalam HTML Empty
PostSubject: Membuat Tag List Dalam HTML   Membuat Tag List Dalam HTML EmptySun Aug 23, 2009 11:20 am

Ada 3 tipe list. There are 3 types of lists.

Unordered Lists

Contoh penerapan unordered list:

• Anjing
• Kucing
• Buaya
• Monyet

Perintah ini menempatakan bullet (baik kotak atau bulat) di depan setiap item list.

Ini adalah kode yang ditulis pada HTML anda :

<UL>
<LI>Anjing</LI>
<LI>Kucing</LI>
<LI>Buaya</LI>
<LI>Monyet</LI>
</UL>

Tag <LI> sebagai pengganti List Items.

<UL> adalah TAG pembuka. Dianataranya adalah item-item yang akan di list. Kemudian di akhiri dengan Tag </UL>.

Ordered Lists

Item Ordered list diberi label berupa angka atau huruf.

* Anjing
* Kucing
* Buaya
* Monyet

Kode-nya adalah sebagai berikut:

<OL>
<LI>Anjing</LI>
<LI>Kucing</LI>
<LI>Buaya</LI>
<LI>Monyet</LI>
</OL>

Item Ordered list diberi label berupa angka atau huruf.

* Anjing
* Kucing
* Buaya
* Monyet

Kode-nya adalah sebagai berikut:

<OL>
<LI>Anjing</LI>
<LI>Kucing</LI>
<LI>Buaya</LI>
<LI>Monyet</LI>
</OL>

Definition Lists

Tipe ini relatif lebih kompleks namun jangan khawatir sebab tidak se-sulit kelihatannya.

Tipe ini relatif lebih kompleks namun jangan khawatir sebab tidak se-sulit kelihatannya.

Definisi list block adalah :

<DL></DL>

Inside the tag there are two parts:

<DT> Definition Term -and-
<DD> Definition Definition

contoh penggunaannya adalah :

HTML
Hyper Text Markup Language, the standard format for website documents.
Browser
The program in which the actual contents of the HTML document are displayed.
Link
A clickable text string or image that takes the viewer to another document, or location.

Kode-nya akan sebagai berikut:

<DL>
<DT> HTML
<DD> The program in which the actual contents of the HTML document are displayed.
<DT> Browser
<DD> The program in which the actual contents of the HTML document are displayed.
<DT> Link
<DD> A clickable text string or image that takes the viewer to another document, or location.
</DL>
Back to top Go down
http://www.rachmanblogit.blogspot.com
 
Membuat Tag List Dalam HTML
Back to top 
Page 1 of 1
 Similar topics
-
» Mengatur Penataan Teks dalam HTML
» Pemilihan dalam PHP dengan 2 kondisi atau lebih
» Membuat Tribal 1
» Membuat Gambar Abstrak
» cara membuat dan menghias blog . .!!!

Permissions in this forum:You cannot reply to topics in this forum
 :: Diskusi :: Bahasa Pemograman-
Jump to: