Objective: Create a web page that enables users to generate customized messages using modified seven-segment displays.
Problem: Individual letters and numbers would need to be created in SVG.
Solution: I created all 26 letters and all 10 numbers to make sure that the user could input anything they want. InnerHTML was also used.