The outline
property in CSS is
used to draw a line around an
HTML element.
We can style the outline
by
specifying its line style, colour,
and width.
In the above example, we can see that the
outline
is drawn outside the element's
border
, thereby not affecting the total
width and height of the element.