BenErg Interview Question

How to increase font size in web page with javascript

Interview Answer

Anonymous

Sep 21, 2017

document.getElementById("myP").style.fontSize = "xx-large";