Stylesheets or Stylesheet | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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">

5th May 2021, 1:11 AM
Prateek Garnayak
Prateek Garnayak - avatar
1 Answer
+ 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"
5th May 2021, 3:39 AM
JOKER
JOKER - avatar