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. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

17th Nov 2020, 8:17 AM
Ariba Zainab
Ariba Zainab - avatar
3 Answers
+ 3
href = "Desktop/css_filename"
17th Nov 2020, 8:34 AM
Avinesh
Avinesh - avatar
+ 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 ☺️
17th Nov 2020, 9:04 AM
Stuvan
Stuvan - avatar
+ 1
Just move the CSS file to the project folder where is your HTML) he is not bitten)
17th Nov 2020, 8:27 AM
KomarCorporation
KomarCorporation - avatar