<script type="text/javascript">
document.getElementById("p1").style.marginLeft="32px";
<input type="button" onclick="changeMargin()" value="Change the left margin of a paragraph" />
<p>This is a paragraph</p>
<p id="p1">This is a paragraph</p>
<p>This is a paragraph</p>