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";
}
document.getElementById("anakutu").style.textDecorationLine = "underline";
document.getElementById("anakutu").style.MozTextDecorationLİne = "underline";
}
JavaScript css text-decoration-line © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder