Yazi ve Renk Özellikleri

Merhaba Arkadaslar,

Geçen ki Derslerimizde HTML Yazi Özelliklerini ve HTML Yazilara ve Resimlere Link Vermeyi Görmüstük. Bu Dersimizde HTML Sayfamizda Istedigimiz Renkte ve Istedigimiz Fontta Yazi ve Içerik Girmeyi Ögrenicez.

Baslayalim…

Kod:
 
<html>
<head>
<title> Site Basligimiz </title>
<body>
<p align=right><font size="5" face="Times New Roman" color="blue"> Site Içerigimiz </p></font>
</body>
</head>
</html>


Bu HTML Sayfamizda Site Içerigimiz Yazisinin Boyutunu 5, Fontunu Times New Roman, Rengini Ise Mavi Yaptik ve Yazimizi Saga Yasladik.

 

Font Size –> Yazimizin Boyutu

Face –> Yazimizin Fontu

Color –> Yazimizin Rengi

P Align=Right –> Yazimizi Saga Yasladik

Yazi Kaliplari

Kalin Yazi

Kod:
 
<html>
<head>
<title> Site Basligimiz </title>
<body>
<b><p align=right><font size="5" face="Times New Roman" color="blue"> Site Içerigimiz </b></p></font>
</body>
</head>
</html>


Italik Yazi

Kod:
 
<html>
<head>
<title> Site Basligimiz </title>
<body>
<i><p align=right><font size="5" face="Times New Roman" color="blue"> Site Içerigimiz </i></p></font>
</body>
</head>
</html>


Alti Çizili Yazi

Kod:
 
<html>
<head>
<title> Site Basligimiz </title>
<body>
<u><p align=right><font size="5" face="Times New Roman" color="blue"> Site Içerigimiz </u></p></font>
</body>
</head>
</html>

 

Üstü Çizili Yazi
.

Kod:
 
<html>
<head>
<title> Site Basligimiz </title>
<body>
<strike><p align=right><font size="5" face="Times New Roman" color="blue"> Site Içerigimiz </strike></p></font>
</body>
</head>
</html>


Hepsi

Kod:
 
<html>
<head>
<title> Site Basligimiz </title>
<body>
<b><i><u><strike><p align=right><font size="5" face="Times New Roman" color="blue"> Site Içerigimiz </b></i></u></strike></p></font>
</body>
</head>
</html>

 

Bu Dersimiz Bu Kadar Arkadaslar Ilerki Derslerimizde Görüsmek Üzere.

 

Tesekkürler…

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir