To change the font size of an element to 16px, what CSS property should you use?
<p id="myParagraph">Hello World</p>
document.getElementById("myParagraph").style.? = '16px';
To change the font size of an element to 16px, what CSS property should you use?
<p id="myParagraph">Hello World</p>
document.getElementById("myParagraph").style.? = '16px';