JavaScript – Change the Margin of Paragraph

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

Example

Conclusion

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