The border Property

This property is a shorthand property for border-width, border-style, and border-color.

The internal stylesheet embedded in the head of this page

<style>
p {
  border: 5px solid red;
}
</style>