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 Yorumlar

Html dersleri

Web Sitenizden Çok Para Kazanin

Uyurken Bile Para Kazanmak İster misin

HTML5 ile SEO Uyumlu İçerik Üret

YouTube Reklam Engelleyici

HTML hr Etiketi

Html belgesi yapısını anlama uygulaması