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 trialMichael Montalvo
89 PointsCan anyone help me understand how to build a web page with visual studio because the html works but the CSS doesnt apply
Its like the files dont work together and its very confusing
Michael Montalvo
89 Points<link />
idk is this is what you meant im new to html
Adam N
70,280 PointsIn the head element of the html you should link to your css like:
<link rel="stylesheet" href="file-name.css">
Let me know if this helps here
jobbol
Full Stack JavaScript Techdegree Student 17,885 PointsIf you're using a preview tool, make sure the page has updated.
Went through a similar situation with debugging CSS, exhausting all the possibilities and it was something this simple.
If you screenshot your UI it would help tremendously. Upload with http://imgur.com
Adam N
70,280 Pointsya, its hard to tell what the issue could be based on the info given so far.
1 Answer
Torian Patterson
20,117 PointsAre you using Visual Studio or Visual Studio Code? If you're a beginner VS Code would be easier for you to use.
Adam N
70,280 PointsAdam N
70,280 PointsWhat does your link tag in the html look like?