どうせ適当な事を言うだけ言って逃げるだろうから
書いておくわ

https://developer.mozilla.org/ja/docs/Web/HTML/Global_attributes

> 要素のクラスを空白区切りで並べたリストです。クラスは CSS の
> クラスセレクター や JavaScript の Document.getElementsByClassName() メソッドと
> いった関数により、特定の要素を選択したり特定の要素にアクセスしたりすることを可能にします。

https://dev.w3.org/html5/spec-preview/global-attributes.html#classes

> Assigning classes to an element affects class matching in selectors in CSS,
> the getElementsByClassName() method in the DOM, and other such features.