JavaScript CSS text-decoration-line Örnek

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

text-decoration-line özelliğiyle metnin üzerine çekeceğimiz çizginin tipi | çeşidi tanımlanabilir..

Javascript ile text-decoration-line özelliğine "underline" 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.textDecorationLine = "underline";
document.getElementById("anakutu").style.MozTextDecorationLİne = "underline";
}

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

Yorumlar

Bu blogdaki popüler yayınlar

Uyurken Bile Para Kazanmak İster misin

Html belgesi yapısını anlama uygulaması

html nedir

HTML DOCTYPE Bildirimi

Javascript ile neler yapılabilir

Html dersleri

YouTube reklamları nasıl engellenir

CSS align-self Uygulama