I am learn web development , was just trying modify some sample website and learn from it . I changed the file name and try to run its only show html file cannot apply CSS styles to it . How can I resolve the problem
I tried to change the file name in both the reference also . I cant apply the CSS style to it , I am expecting the page with CSS style applied :|
CodePudding user response:
Could send the code your calling reference
<link rel="stylesheet" href="mystyle.css">
this is the extrnal link for css
CodePudding user response:
<link rel = "stylesheet" href = "style.css">
In href you can name you can add your css file name.