0
If HTML file is in 'File manager>Documents' and CSS file is in 'File manager>Desktop', than how CSS file will be linked to HTML.
Plzzzz someone help
3 Respuestas
+ 3
href = "Desktop/css_filename"
+ 3
Try this
<link rel="stylesheet" href="./../Desktop/style.css">
You should take a look at html 5 path
https://www.w3schools.com/html/html_filepaths.asp
Happy coading ☺️
+ 1
Just move the CSS file to the project folder where is your HTML) he is not bitten)