I'm just getting into html programming and have a basic question about stylesheets. Many sites have the line:
<link rel="stylesheet" type="text/css" href="styles.css">
in the heading. Does this mean it's linking to a file called 'styles.css' that is stored on the server somewhere for that webpage? Or is it linking to someone elses server over the internet (i.e. is there just one file called styles.css that everyone is linking to)? Some clarification would be greatly appreciated.
zerod
<link rel="stylesheet" type="text/css" href="styles.css">
in the heading. Does this mean it's linking to a file called 'styles.css' that is stored on the server somewhere for that webpage? Or is it linking to someone elses server over the internet (i.e. is there just one file called styles.css that everyone is linking to)? Some clarification would be greatly appreciated.
zerod