In What order should you declare “id” and “class” for the same HTML element, and why ? It seems that my questions is reported for being a duplicate, but mine is referring to a specific H1 HTML element in this case. Thank you
<h1 id="orange-text" class="pink-text blue-text">Hello World!</h1>