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

How to include CSS Style Sheet file in HTML Document?

December 27th, 2008 Leave a comment Go to comments

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>

Categories: Programming
  1. No comments yet.
  1. No trackbacks yet.