Include an external CSS file in an HTML page:
<link href="/styles/grid.css" type="text/css" rel="stylesheet" />
Import an external CSS file to another CSS file:
@import url("additonal.css");