Course · Section 7: JavaScript in the Browser: DOM and Events · Lecture 76: Selecting and Manipulating Elements
The page has a `<div id='box'>`. Set its text color to `red` using the inline style.
+ 1 hidden test run on Submit.
Assigning style.color sets an inline style on the element.
Run your code to see results.