Home » Programming » How to include CSS Style Sheet file in HTML Document?

How to include CSS Style Sheet file in HTML Document?

27 December 2008

Here is a quick tip. Code below showing you how to include CSS Style Sheet file in to HTML document

<html>
<head>
<title>Page Title</title>
<link type="text/css" rel="stylesheet" href="path_to/styles.css" />
</head> <body>
</body>
</html>

Author: Manet Yim Programming

364 views
  1. No comments yet.
  1. No trackbacks yet.