link css file to html file
Hello The Coding World : Two questions : 1) I can't link my html file to my css file ! Is it possible to put both html and css file in one file ? (without using css tag embedded in html tag) ? I succeed to edit my html file (not on the web) but when I want link it to css and edit html with css , I still have my html page . Which link do I have to choose ? <link type="text/css" rel="stylesheet" href="stylesheet.css"/> <link type="text/css" rel="stylesheet" href="../../stylesheet.css"/> <link type="text/css" rel="stylesheet" href="directory/filename.css"/> <link type="text/css" rel="stylesheet" href="C:/users/documents/username/web/stylesheet.css"/> 2) To edit on the web , do you need to pay ? or is it free ? domain name , server ... Am I right ? thanks a lot for your help ! hagd !