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

HTML Yorumlar

HTML section Etiketi

CSS font-size-adjust Özelliği

YouTube reklamları nasıl engellenir

HTML main Etiketi

HTML embed Etiketi

HTML DOCTYPE Bildirimi

HTML b Etiketi