CSS vs. JS
How to Select Elements in CSS and JS
By ID
id="id"
By Class
class="class"
By Attribute
[data-demo]
By Tag Name
<span>