6 Aralık 2015 Pazar

Örnek1:
<html>
İç içe listeleme örneği
<head>
<title>  </title>

</head>


<body bgcolor="black">

<font color="white">

<ol type="1">

<li> Dersler

<ol type="a"
<li>Matematik
<li>Türkçe
</ol>
<li> Yabancý Diller
<ol type="a"
<li>Ýngilizce
<li>Almanca
</ol>
<li> Ýller
<ol type="a"
<li>Ankara
<li>Samsun
<ol type="i">
<li>Atakum
<li>Atakent
</ol>
</ol>

</ol>

</font>
</body>
</html>

Örnek2:
<html>
<head>
<title>  </title>
</head>
<body bgcolor="#999999">
<h1> LİSTELER </h1>
<h1><u><i> BİLİŞİM TEKNOLOJİLERİ </i></u></h1>
<hr size=“10” width=”10” align=“left”>  
<ul type="disc" >  
Farklı yerden sıralamaya başlama
<li> web programcılığı
<ol type="A">
<li> web tasarımı
<ol type="i">
<li>html1
<li>html2
<li>dreamviewer
</ol>
<li> grafik ve animasyon
<ol type="i" start="4">
<li> fireworks
<li> flash
<ul type="square">
<li> ağ işletmenliği
<li> bilgisayar servis
</ul>
<ol>
</ol>
</ul>
</body>

</html>

Örnek3:
.
.
.
<body bgcolor="#ffcc00">
Renkli Liste  örneği

   <font type="verdana" size="4" color="#ffffff">
          <ol><h2><u>Günler</u></h2>
              <font color="#0000ff">
                    <li>Pazartesi
                    <li>Salı
                    <li>Çarşamba
                    <li>Perşembe
                    <li>Cuma
            </font>
           <font color="ff0000">
                 <li>Cumartesi
                 <li>Pazar
            </font>
      </ol>
  </font>

</body>
.
.
.



0 yorum :

Yorum Gönder