function check() {
var para = document.getElementsByTagName("p");
para[0].style.fontSize = 20;
}
<p>This a paragraph</p>
<p>This a paragraph</p>
<p>This a paragraph</p>
<p>This a paragraph</p>
<button onClick="check()">Check</button>
please check the script section I am not able to find any error please help me this