H Haley New member Dec 12, 2009 #1 How do you link a css external stylesheet to an HTML document? Please... I need help for a school project...
How do you link a css external stylesheet to an HTML document? Please... I need help for a school project...
J Joshua J New member Dec 12, 2009 #2 <link rel="stylesheet" href="yourcssfile.css" type="text/css"/> Put that in the <head> of your HTML document.
<link rel="stylesheet" href="yourcssfile.css" type="text/css"/> Put that in the <head> of your HTML document.