All of the CSS properties can be set from JavaScript using the HTML Document Object Model (DOM).
Properties can be set by tag, class, or ID using JavaScript's document.tags, document.classes, and document.ids objects.