- Forums
- HTML
- How To Link A CSS Styl0e Sheet Inside The HTML Code
will show you the location where to put the code for the css style sheet file just above the head tag in a HTML web page [741], Last Updated: Sat May 18, 2024
wallpaperama
Wed Nov 26, 2008
0 Comments
721 Visits
if you want to know what the code is to link a style sheet within you HTML i will show you.
this is the code:
<link href="http://www.yousite.com/style.css" rel="stylesheet" type="text/css">
just put this code in between the <head> and </head> HTML tags
hope this helps