+ 2
How to link CSS with HTML??
5 Antworten
+ 1
thanks shin
0
ok thanks but why somewhere it is written as www._____.com/.what is it
0
The most websites use modRewrite and so they have to set a direct link to they CSS file. On modRewrite "Domain.com/news/article.html" html want to search the css file in the directory above and it doesnt exists there. without a correct htaccess rule the Best Way is to set the Full path.
- 1
Here the right method.... https://www.w3schools.com/css/css_howto.asp
- 2
their is a Style tag in which You can write your code
<style src="file name.css"></style>