JavaScript CSS white-space Örnek
javascript css white-space özelliği örnek uygulama
css white-space özelliği ile kutudan taşan yazılarımızın ,nasıl görüntüleneceğini kontrol eder.
Javascript ile white-space özelliğine "nowrap" 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.whiteSpace = "nowrap";
}
document.getElementById("anakutu").style.whiteSpace = "nowrap";
}
JavaScript css white-space © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder