• Facebook Rocks

    Go to Blogger edit html and replace these slide 1 description with your own words. ...

  • Facebook vs Twitter

    Go to Blogger edit html and replace these slide 2 description with your own words. ...

  • Facebook Marketing

    Go to Blogger edit html and replace these slide 3 description with your own words. ...

  • Facebook and Google

    Go to Blogger edit html and replace these slide 4 description with your own words. ...

  • Facebook Tips

    Go to Blogger edit html and replace these slide 5 description with your own words. ...

HTML Tag List

Tag List adalah membuat format list atau daftar.Tag list dibagi menjadi dua kategori yaitu Numbered dan Unumbered.

1.Numbered List adalah tag HTML yang menggunakan angka urutan sebagai tanda point.
Contoh;

<OL>
<LI> Apel
<LI> Jeruk
<LI> Manggis
</OL>

 Hasilnya;

  1. Apel
  2. Jeruk
  3. Manggis
2.Unumbered List adalah tag HTML yang menggunakan bullet sebagai tanda point.
Contoh;

 <UL>
<LI> Apel
<LI> Jeruk
<LI> Manggis
</UL>

 Hasilnya;
  • Apel
  • Jeruk
  • Manggis
Perhatikan bedanya,menggunakan tag<UL> </UL> jika untuk unumbered list dan <OL></OL> jika menggunakan numbered list.

Categories:

0 komentar:

Posting Komentar