Is there a way to efficiently apply multiple Twitter Bootstrap 4.5 classes to various td
tags without repetition or using jQuery? I am looking to streamline the code in order to reduce the amount of data within the HTML document.
For example, if there are 500 rows with similar classes (there can be more), such as:
<td class="align-middle text-center bg-dark text-light">
Is there a method to write something like:
<td class="my-collection-of-bs-classes">