+ 1
How css to connect with html in PC?
{Translate} How css to connect with html in PC? }I'm{Как css соединить с html в PC - Html текстовый файл и css текстовый файл .?
2 Answers
+ 2
<link rel="stylesheet" href="yourfile.css"> paste this in your html file and change yourfile.css to your file name and make sure both html and css files are in same directory
+ 1
If you have an external CSS file e.g. style.css you may simply write include(style.css) in php