What are the properties supporting CSS styles for a document element?

What are the properties supporting CSS styles for a document element? Correct Answer style and className

Each Element object has style and className properties that allow scripts to specify CSS styles for a document element or to alter the CSS class names that apply to the element. firstChild returns the first child node as an element node, a text node or a comment node (depending on which one’s first).

Related Questions

Which of the following tag can be used to embed a Document-wide styles in a document’s head element?