<html>

<body>
  <p>This is a line</p>

  <p> This is also a line </p>

  <p id="uniquep"> This is also another line </p>
</body>

</html>
#uniquep {
  color: red;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.