<script type="text/javascript">
document.getElementById("p1").style.maxWidth="10px";
<p id="p1">This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.</p>
<input type="button" onclick="setMaxWidth()" value="Set max width" />