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

CSS3 animation-iteration-count Örnek

HTML a Etiketi

HTML footer Etiketi

HTML q Etiketi Örnek

HTML Dersleri

CSS content Özelliği

Yazıya Göre Resim Konumlandırma Örnek

HTML bdo Etiketi

JavaScript CSS3 column-rule-width Örnek