View Single Post
Old 02-01-2014, 02:41 AM   #2
justclickweb
Registered User
 
Join Date: Dec 2013
Posts: 69
This is the most common method of attaching CSS rules to an HTML document. With this method all of your style rules are contained in a single text file that is saved with the .CSS extension. This file is saved on your server and you link to it directly from each HTML file. The link is just a simple line of HTML that you put in the <head> section of your HTML document, it looks like this:

<link rel="stylesheet" type="text/css" href="mystyles.css" media="screen" />
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
justclickweb is offline   Reply With Quote