Adding external CSS in an HTML file

In your HEAD, add:

<link rel="stylesheet" type="text/css" href="https://stackoverflow.com/questions/1947878/your_css_file.css">

the css file itself does not contain <style> tags.

Leave a Comment