2 Aralık 2015 Çarşamba

Örnek 1:
Tarayıcıda görünümü
<html>
<head>
<title>  </title>
</head>
<body>
     <Font face ="Algerian"> Merhaba Dünya</Font> <p>
    <Font face ="Comic Sans Ms"> Merhaba Dünya</Font> <p>
</body>

</html>


Tarayıcıda görünümü
Örnek 2:
<html>
<head>
<title>  </title>
</head>
<body>
       <Font face ="Algerian"> Merhaba                               Dünya</Font> <br>
        <Font face ="Comic Sans Ms"> Merhaba              Dünya</Font> <br>
        <font color="#ff00aa"> Merhaba Dünya
        < /font><br>
         <font color="blue"> Merhaba Dünya                     </font>
</body>

</html>

Örnek3:


Tarayıcıda görünümü
<html>
<head>
<title>  </title>
</head>
<body bgcolor="gray">
      <Font face ="Algerian" size="5"                      color="Red"> Merhaba Dünya</Font> <br>
     <Font face ="Algerian" size="7"                           color="White"> Merhaba Dünya</Font>  <br>
</body>

</html>






Tarayıcıda görünümü
Örnek4:
<html>
<head>
<title>  </title>
</head>
<body bgcolor="gray">
         <Font face ="Algerian" size="5"                         color="Red"> Merhaba Dünya</Font>             <br>
         <Font face ="Algerian" size="7"                         color="White"> Merhaba Dünya</Font>           <br>
        <hr color="cyan" size="10"                                  width="400">
         <s> Merhaba Dünya </s>
</body>
</html>


Örnek5:

<html>
<head>
<title>  </title>
</head>
<body>
                  <font color="red">
                   <h1 align ="center"> FONT ÖZELLÝKLERÝ</h1></font>

                   <font face="arial" size="4"><i>Yazý tipi belirtilebilir.(arial,italik,4)</i></font><br>

<font color="orange" size="1">Rengin ingilizcesi yazýlýr.</font><br>
                   <font face="verdana" color="blue">Yazý tipi belirtilebilir.</font><br>
                     <font color="green" size="3"><u><i>Yazý boyutu &nbsp &nbsp &nbsp &nbsp &nbsp                      beliritlebilir.</i></u></font><br>

                    <hr color="blue" size="10" width="1300">
                    <font face="Comic Sans Ms" size="3">
                   <p>HTML'de resimleri yazarken kullandýðýmýz editörde bir alt satýra <br> geçmek için                     enter tuþunu kullanýrýz. Fakat HTML dilinde bunun hiçbir<br> &nbsp &nbsp &nbsp                         &nbsp &nbsp&nbsp &nbsp &nbsp &nbsp &nbsp&nbsp &nbsp &nbsp &nbsp                                    &nbspanlamý yoktur.</p>
                   <p>Tüm kodlarý ve metinleri tek satýrda dahi yazsanýz tarayýcý<br> açýsýndan fark                          etmeyecektir. Bu yüzden metinleri bölmek, yani ikinci<br> satýra atmak için br etiketini                      kullanýyoruz. Yukarýdaki örneklerde br <br> etiketini kullanmamýþ olsaydýk ekrandaki                    ifade</p>

                 <font size="5" face="Comic Sans Ms" color="red"> 
                 Biliþim <i>Teknolojileri Bölümü Web Tasarýmý Dersi <i></font>
                <font size="3" face="Comic Sans Ms"> 
                þeklinde bir alt satýra geçmeden yan yana yazýlacaktýr. </font>
               <hr color="orange" size="10" width="1300"> 2m<sup>2</sup>-                                                            A<sub>1</sub>S<sup>44</sup>
                 </font>
</body>
</html>
Örnek5:

<html>
<head>
<title>  </title>
</head>
<body>
<font color="red">
<h1 align ="center"> FONT ÖZELLİKLERİ</h1></font>

<font face="arial" size="4"><i>Yazý tipi belirtilebilir.(arial,italik,4)</i></font><br>

<font color="orange" size="1">Rengin ingilizcesi yazýlýr.</font><br>
<font face="verdana" color="blue">Yazý tipi belirtilebilir.</font><br>
<font color="green" size="3"><u><i>Yazý boyutu &nbsp &nbsp &nbsp &nbsp &nbsp beliritlebilir.</i></u></font><br>

<hr color="blue" size="10" width="1300">
<font face="Comic Sans Ms" size="3">
<p>HTML'de resimleri yazarken kullandığımız editörde bir alt satıra <br> geçmek için enter tuşunu kullanıroz. Fakat HTML dilinde bunun hiçbir<br> &nbsp &nbsp &nbsp &nbsp &nbsp&nbsp &nbsp &nbsp &nbsp &nbsp&nbsp &nbsp &nbsp &nbsp &nbspanlamý yoktur.</p>
<p>Tüm kodlarý ve metinleri tek satýrda dahi yazsanýz tarayýcý<br> açýsýndan fark etmeyecektir. Bu yüzden metinleri bölmek, yani ikinci<br> satýra atmak için br etiketini kullanıyoruz. Yukarıdaki örneklerde br <br> etiketini kullanmamış olsaydık ekrandaki ifade</p>

<font size="5" face="Comic Sans Ms" color="red"> 
Biliþim <i>Teknolojileri Bölümü Web Tasarýmý Dersi <i></font>
<font size="3" face="Comic Sans Ms"> 
þeklinde bir alt satýra geçmeden yan yana yazýlacaktýr. </font>
<hr color="orange" size="10" width="1300">
2m<sup>2</sup>-A<sub>1</sub>S<sup>44</sup>
</font>
</body>

</html>

Örnek6:

<HTML>
 <HEAD><TITLE>Ornek04.html</TITLE></HEAD>
 <BODY>
 <CENTER>
 <B>Bu metin koyu  </B><BR>
 <I>Bu metin italik</I><BR>
 <U>Bu metin altýçizili</U><BR>
 <B><I>Bu metin koyu ve italik</I></B><BR><BR>
 </CENTER>
 a kare + ab kare = a<SUP>2</SUP> + b<SUP>2</SUP><BR>
 x1 + x2 = x<SUB>1</SUB> + x<SUB>2</SUB>
 </BODY>
 </HTML>



0 yorum :

Yorum Gönder