MooTools
jQuery
Dojo
$.ready(function() { $("p").each(function(){ $(this).css("color: #000; background: lightblue; font-size: 20px;padding: 10px") }) })