Objective: Create a working (modified) seven-segment display clock.
Problem: Getting the HTML elements to change in real time would be an interesting challenge.
Solution: InnerHTML, outerHTML, and usage of Javascript had to be used to achieve the desired result.