+ 1
if the css file and all files in same folder like demo is a main folder and html,css,image,js, is child folder then you use
<link rel="stylesheet" href="css/your_css_file_name.css" />
rel is declared your file relations of the language and
href is declared your file path(that is hyper reference of the file)
thank if you are understood



