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

HTML HTML Basics Getting Started with HTML What is HTML?

how 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

Hello 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