This property is a shorthand property for border-width, border-style, and border-color.
<style> p { border: 5px solid red; } </style>