I just started using VS code and I noticed the “type” attribute (type=“text/css”) is missing when I type link:css.
I found a post on the forum that says it’s not needed with HTML5 but “some user agents may still depend upon it.”
https://discuss.codecademy.com/t/what-exactly-does-the-link-type-attribute-do/47581
My question is: should I write it?