How can I scroll text in an HTML element using a tap or mouse wheel? Or in another way
Develop games in your browser. Powerful, performant & highly capable.
If the element has CSS that allows vertical scrolling (e.g. overflow-y: auto;) then the browser should automatically allow scrolling the content with mouse and touch.
overflow-y: auto;