What CSS property should be used to change the font of an element?
<p id="myParagraph">Hello World</p>
document.getElementById("myParagraph").style.? = 'Arial';
What CSS property should be used to change the font of an element?
<p id="myParagraph">Hello World</p>
document.getElementById("myParagraph").style.? = 'Arial';