JavaScript CSS caption-side Örnek
javascript css caption-side örnek uygulama
isim | bitki | hayvan |
---|---|---|
Ali | Papatya | Papağan |
Mehmet | Gül | Kırlangıç |
Ayşe | kaktüs | Zebra |
Javascript ile caption-side özelliğine "bottom" 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").stylecaptionSide = "bottom";
}
document.getElementById("anakutu").stylecaptionSide = "bottom";
}
JavaScript css caption-side © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder