If we need to select the element inside the html we have to decide if we want to select one element or multiple elements.
In the first case id is perfect, we can't name two elements with the same id ( the id is unique ).
To select more than one element we may use classes or attribute.
In general we use classes to select multiple elements and attribute to filter through them.
It`s a good practice to use js prefix for the elements that require javaScript to work.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)