0 / 60 seg.

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';