Edit in JSFiddle

<h1 id="title">
  CSS Id Selectors</h1>
<p>applied based on id</p>
#title {
  color: red;
}