JavaScript – Change the Font Size of Paragraph

To change the font size of a paragraph using JavaScript, get the reference to the element, and assign the specific font size value to the element.style.fontSize property.

Example

Conclusion

In this JavaScript Tutorial, we learned how to change the font size of a paragraph using JavaScript.