Names for HTML Elements' classes

Examples of the names for the classes in CSS/HTML

by Konstantin Rouda

HTML

<h1 class="main-header">Main Header</h1>
<h2 class="secondary-header">Secondary Header</h2>
<span class="supporting-text">Supporting text for Header</span>