can you have a class and id attribute on a tag html code example
Example: referance html id css
<style>
#test {
/*Styleing here*/
}
</style>
<h1 id="test"></h1>
<style>
#test {
/*Styleing here*/
}
</style>
<h1 id="test"></h1>