Answer:
There are many HTML elements that requires user interaction.
They include <input> elements with type
-text, color, button, range, etc.
Also the hyperlink <a> element
and other <form> elements such as <textarea>
Explanation:
https://www.w3schools.com/ holds almost all of the information about web elements from a web programmer point of view.