+ 1
How to relate an external css to another html doc without having any problem with matching documents?
3 Antworten
+ 3
You can create one single stylesheet file and associate it with ALL of your HTML documents if you like.
0
<link rel='stylesheet' href='style.css' />
0
write the link in the html document and if you want to link the second html document write the same external.css document