1
I am slowly deepening into the web world, and today I noticed something unusual in my code, good, unusual more or less let’s look at the examples.
In this code I use the type="text/css"
<link rel="stylesheet" type="text/css" href="caminho aqui">
And in this I no longer use
<link rel="stylesheet" href="caminho aqui">
Both work, but is there a problem if you don’t set the type? I need a very concrete answer that clears my doubt.
Since I didn’t get any more answers, I’ll be marking yours as settled, and thank you.
– Guilherme SpinXO