Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialjlovellealfeche
Front End Web Development Techdegree Student 7,738 PointsHello i would like to ask about the <link> property with its values and property,
Hello i would like to ask about the <link> property with its values and property. Is it ok not to really put the type attribute in the link property? because I noticed that the type attribute is missing here that goes along with the rel and href. e.g <link rel="stylesheet" type="text/css" href="#"> i hope to hear from you guys soon thank you so much.
1 Answer
Jonathan Grieve
Treehouse Moderator 91,253 PointsHi Joan, Welcome to Treehouse.
The type attribute is optional but it's best to include it as it specifices explictitly what kind of file the document wants to display. I always include it when using the <link>
but it's not absolutely neccessary. Only the rel
and the href
attributes.
jlovellealfeche
Front End Web Development Techdegree Student 7,738 Pointsjlovellealfeche
Front End Web Development Techdegree Student 7,738 PointsYatta! Thank you so much for the help Sir Jonathan. I'm a bit confused because i also use other resources to study CSS so i don't know which one to follow. Thank you again ŲŠ(āšâá´âāš)Ûļ
Jonathan Grieve
Treehouse Moderator 91,253 PointsJonathan Grieve
Treehouse Moderator 91,253 PointsIt's always good to try multiple resources but Treehouse has your back! :)