HTML not linking to CSS -


just curious why not working:

html: enter image description here

css: enter image description here

but when launch in chrome, html doesn't seem affected css. text black , hasn't been changed. know how fix?

they're in different directories:

c:\....\html files\firsthtmlfiles.html c:\....\scss , css\firstcsstest.css 

your <link> tag writen assume .css file in same directory .html file.

try

<link ... href="../scss , css/firstcsstest.css" /> 

instead.

and speaking, pictures of "broken" code useless here, since forces re-type relevant bits. in case, code have been useless, since directory information wouldn't have been included. next time... actual code please, not pictures of code.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -