More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
var x = document.getElementById("firstHeading"); | var x = document.getElementById("firstHeading"); | ||
x.style.wordSpacing = "5px"; | x.style.wordSpacing = "5px"; | ||
document.write('<style> #firstHeading { font-variant: small-caps; }</style>'); |