Use the link attribute in the document's head:
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
You can also use stylesheets provided from websites via a content delivery network, or CDN for short. (for example, Bo...