how to link an html file with external css file to another page on website ? is it possible ? | Sololearn: Learn to code for FREE!
0

how to link an html file with external css file to another page on website ? is it possible ?

9th Sep 2020, 10:56 AM
Nihad
Nihad - avatar
2 odpowiedzi
0
Yeah you just have to put the link tag with your css file on whichever html page you want
9th Sep 2020, 11:36 AM
Hitesh Datt
Hitesh Datt - avatar
0
In head tag <link rel="stylesheet" href="style.css" > Where style.css is your css file and both html and css are in same folder.
9th Sep 2020, 3:15 PM
Divya Mohan
Divya Mohan - avatar