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 trialRana Dugal
9,506 Pointshow do i connect my html file to my first new actual web page in the internet
I have just written my first html and css file. how do I link these files to an actual web page
2 Answers
Brenda Cecato
7,704 PointsHello Rana!
It depends on what you are looking to work with but the easiest way is between the "<style>Here you put your CSS codes</style>", this usually goes inside the <head></head> of your HTML document. It is not the most efficient if you are planning on putting a lot of information though.
Another way would be uploading your CSS document to the platform you are using to create your webpage and call this file in the HTML by some of the methods they show here: https://teamtreehouse.com/library/external-style-sheets
Fran ADP
6,304 PointsHere they can show you many ways to do that. https://teamtreehouse.com/library/external-style-sheets .