
Gabriel F. answered 10/31/19
Tutor
5.0
(85)
Full stack Javascript Engineer
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.