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 trialsimon BASSIL
2,390 PointsWe usually embed internal styles in the <head> section of the HTML document, and they're defined within the ------ tag.
???
2 Answers
Nejc Vukovic
Full Stack JavaScript Techdegree Graduate 51,574 Points<style>
Reginald Ofori
Front End Web Development Techdegree Student 1,209 PointsHi Nejc, thanks for that answer. That is what I thought at first, but I find this question misleading. Don't we only use the <style> tags for inline or internal styles? Because the takeaway of the CSS course was that we should always use external styles, I was under the impression that the correct answer should have been <link> tag. Looking forward to your response!