Node: Node Styling
+ ++
This example shows how to style an element using Node.
+ + + +Click me to change my color and show some style information.
+Setting up the HTML
+First we need some HTML to work with.
+ + +Using Style Methods
+In this example, we will set the node's color and compare the style and computedStyle values when our demo node is clicked.
+ + +The last step is to assign the click handler.
+ + +