JavaScript CSS font-weight Örnek
javascript css font-weight özelliği örnek uygulama
Css javascript syntax uygulamaları..
Javascript ile font-weight özelliğine "bold" 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.fontWeight = "bold";
}
document.getElementById("anakutu").style.fontWeight = "bold";
}
JavaScript css font-weight © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder