Font özelliklerini değiştirmeye yarayan bir stil şablon özelliğidir. Örnek: HTML: <html> <body> <head> <title>Css</title> <style type="text/css">p {font-size : 12pt;font-family : Arial;font-weight : bold;font-style : italic;color : #00FFFF;} —-> </style> <body> <p>Web Teknikleri</p>...