I recently came across this website, , and I was intrigued by the functionality of the matrix entry feature. By clicking on the bracket icon next to the H2O icon, you can access it.
Upon accessing the matrix entry function, users are prompted to input their desired matrix size. Subsequently, a blank matrix with text fields arranged in an array appears below.
Fascinated by this feature, I am eager to replicate something similar myself. As a beginner in HTML, I am curious about the components used in creating this functionality. Is the larger matrix area contained within a canvas element? Are the matrix fields Input Type Text elements? Additionally, how is dynamic resizing achieved as users enter text?
If anyone has insights into these questions, I would greatly appreciate it! :)
Cheers, Jeremy