Waiting Answer March 23, 2024

How to change the style of HTML Element using Javascript?

Here is my HTML Code sample. I want to change the font size of the p tag when clicking the button. 

<p>This is an HTML code</p>
<p>Click Here to change the p tag Font Size</p>

 

Answers
Your Answer