outline
margin ( width/height)
border
padding
content

Select the desired border style and view in the following example of a rectangle surrounding the Mark Twain quote on golf.
width:
height:
margin:
padding:
max-width:
max-height:
min-width:
min-height:
Golf is a good walk spoiled. -Mark Twain
width/height
It ain't over 'till it's over. -Yogi Berra
                     
		<b>width/height</b>
		<div style=" background: orange;          margin: 25px;          border-style: solid;          border-color: grey;          border-width:2px;          padding: 15px;"> It ain't over 'till it's over. -Yogi Berra
		</div>