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 trial

CSS CSS Basics (2014) Getting Started with CSS Adding CSS Review

simon BASSIL
simon BASSIL
2,390 Points

We usually embed internal styles in the <head> section of the HTML document, and they're defined within the ------ tag.

???

2 Answers

<style>
Reginald Ofori
seal-mask
.a{fill-rule:evenodd;}techdegree
Reginald Ofori
Front End Web Development Techdegree Student 1,209 Points

Hi 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!