How can assign multiple css classes to an html element through javascript without using any libraries?
Maybe this will help you learn:
//
/* external.css */ html,body{ padding:0; margin:0; } .main{ width:980px; margin:0 auto; }