0
Stylesheets or Stylesheet
What will be the difference made on typing stylesheet instead of stylesheet? For example: <Link rel="stylesheets" type="text/css" href="test.css"> VS <Link rel="stylesheet" type="text/css" href="test.css">
1 Odpowiedź
+ 1
hi, try writing rel="stylesheets" in a code and it will not take the css you have given to your code.
and after cutting the 's' from 'stylesheets' your code will run again.
In short, the difference is that your code will not run if you will write:
rel="stylesheets"