html other id as atribute code example
Example: html id
<p id="newid">this is the id</p>
<style>
#newid {
background-color: green;
text-align: center;
}
</style>
<p id="newid">this is the id</p>
<style>
#newid {
background-color: green;
text-align: center;
}
</style>