<html> <head> </head> <body> <div id="foo">foo</div> <script> foo.setAttribute("style", "background: red; width: 50%") </script> </body> </html>