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

Can I change the name of a workspace website?

I want to change the name of the website they gave me in the workspace, is there any way I can do that?

1 Answer

Steven Parker
Steven Parker
231,007 Points

It depends on what you mean by the "name". If you mean the heading displayed on the page, then yes, you have control over that in the contents you place in the HTML file.

If you mean the URL or the domain name used by the browser to contact the site, then no, that's not something you can change. When you create your own web sites you can purchase a domain name of your choosing (assuming it's not already owned).

Ok, Thank you!