JavaScript – Change Font Color of Paragraph

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

Example

Conclusion

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