perkataan
Inggeris[w?:d] n Kata; : perkataan Plural: perkataan Present participle: wording Past tense: worded Past participle: wordedspacing
英[?spe?s??] 美[?spes??] n;Atribut javascript wordSpacing sintaks
Fungsi: Tetapkan jarak perkataan dalam teks.
Tatabahasa: Object.style.wordSpacing=normal|panjang
Atribut javascript wordSpacing contoh
<html> <head> <script type="text/javascript"> function changeWordSpacing() { document.getElementById("p1").style.wordSpacing="10px"; } </script> </head> <body> <p id="p1">This is an example paragraph</p> <input type="button" onclick="changeWordSpacing()" value="Change space between words" /> </body> </html>
Run Instance ?
Klik butang "Run Instance" untuk melihat instance dalam talian