JavaScript CSS text-decoration-style Örnek

javascript css text-decoration-style özelliği örnek uygulama

text-decoration-style metnin üzerine çizilecek çizginin tipini ve çeşidini belirtmek için kullanılır..Bu örnekte "double" değeri uygulanmıştır.

Javascript ile text-decoration-style. özelliğine "double" değeri verildiğindeki etkisini görmek için aşağıdaki çalıştır tuşuna basınız !

function fonk() {
document.getElementById("anakutu").style.textDecorationStyle = "double";
document.getElementById("anakutu").style.MozTextDecorationStyle = "double";
}

JavaScript css text-decoration-style. © htmlvecssegitimi.blogspot.com

Yorumlar

Bu blogdaki popüler yayınlar

HTML DOCTYPE Bildirimi

CSS height animasyon

JavaScript CSS background-position Örnek

HTML blockquote Etiketi

HTML s Etiketi

Html belgesi yapısını anlama uygulaması

HTML style Etiketi

CSS text-transform uygulama

CSS border-top-left-radius Özelliği