I am looking at this website here, https://www.symbolab.com/
, and in particular the matrix entry
function on it. Pressing the icon with the brackets to the left of the H2O
icon will take you to it.
Now, you are then prompted to enter your own user-defined size of matrix. Below then in a text area then appears the blank matrix, with the predefined text fields arranged in an array.
I am wanting to replicate something similar myself, and was wondering how this site was performing this function. I am new to HTML and was wondering what components were being used here? Is the larger area that the matrix is contained in a canvas
? Are the fields of the matrix Input Type Text
fields? If so, how is the resizing dynamically achieved as the user enters text?
Anyone know? :)
Jeremy