How to relate an external css to another html doc without having any problem with matching documents? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to relate an external css to another html doc without having any problem with matching documents?

27th Jul 2016, 7:13 PM
Mahmoud Azadi
Mahmoud Azadi - avatar
3 Answers
+ 3
You can create one single stylesheet file and associate it with ALL of your HTML documents if you like.
28th Jul 2016, 1:18 AM
ZinC
ZinC - avatar
0
<link rel='stylesheet' href='style.css' />
28th Jul 2016, 3:28 AM
Felipe Medeiros
Felipe Medeiros - avatar
0
write the link in the html document and if you want to link the second html document write the same external.css document
6th Dec 2016, 12:41 PM
MATREX MOON
MATREX MOON - avatar