how to set values to elements within an id tag in 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>