<div style="background:green" id="elem">text</div> <script> function width() { document.getElementById("elem").style.width = "100px"; }; width(); </script>