how to give id to a html element using js 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>