prgSRR
0
Q:

html id

<p id="newid">this is the id</p>

<style>
#newid {
  background-color: green;
  text-align: center;
}
</style>
1
<style>
#grepperHeader {
  background-color: lightblue;
  color: navy;
  padding: 40px;
  text-align: center;
}
</style>

<h1 id="grepperHeader">grepperHeader</h1>
3
<style>
  #test {
  /*Styleing here*/
  }
</style>
<h1 id="test"></h1>
4

New to Communities?

Join the community