I am using Windows (7) trying to create an offline html page that should link to a separate CSS file located in same directory. I tried to use
Use instead. Note: href="/styles.css" changed to href="./styles.css", which is current directory of your script.
href="/styles.css"
href="./styles.css"