CSS External Link is not Working althouhg an internal link works

45 views Asked by At

The external css link that I used is not working I tried using it inside the head tags it is working there. I have already tried; -copying full path

-writing: type="text/css"
-writing: href="/css/styles.css"
-writing: href="css/styles.css"
-writing: href="styles.css"

image of my code I would appreciate it if you can help

1

There are 1 answers

0
jeevitha On

please remove type="text/css" .now it's working perfectly.