'How to link css in html
This is my web link https://dcnetwork.xyz. Here my CSS is not working i dont know the reason these are my files index.html and style.css
Solution 1:[1]
the only error I can see is that you didn't close tag (end of the line 4) Just add '>' at the end of the line.
CSS file loads and works correctly for me.
If you cannot see the CSS changes - sometimes it helps to do hard refresh/reload:
- Chrome, Firefox, or Edge for Windows: Press Ctrl+F5 (If that doesn't work, try Shift+F5 or Ctrl+Shift+R).
- Chrome or Firefox for Mac: Press Shift+Command+R.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | barticusPrime |


