bkelly
08-05-2007, 08:55 PM
My CSS book says to include this link in pages that use a CSS file:
<link rel="stylesheet" type="text/css" href="/web.css">
The book explains the rel= and the href, but does not explain the type well. I think the book is telling me that the server will send text to my browser telling the browswer how to render the page. The book also says there are no other acceptable values.
Do I understand this correctly? If there are no other acceptable values, then what advantage is there in including this phrase? Any disadvantages in leaving it out? I have not noticed any.
bkelly
<link rel="stylesheet" type="text/css" href="/web.css">
The book explains the rel= and the href, but does not explain the type well. I think the book is telling me that the server will send text to my browser telling the browswer how to render the page. The book also says there are no other acceptable values.
Do I understand this correctly? If there are no other acceptable values, then what advantage is there in including this phrase? Any disadvantages in leaving it out? I have not noticed any.
bkelly