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>
364 views

Amazon

