Inactive Tutor answered 10/31/19
Tutor
New to Wyzant
Hi there. Once you know some JS you can use it to manipulate the DOM (Document Object Model--an in memory representation of your HTML), so you would need to learn the javascript DOM API, which allows you to retrieve DOM elements and interact with them.
I hope this helps.