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 Introduction to HTML and CSS (2016) HTML: The Structural Foundation of Web Pages and Applications The Basic Structure of a Web Page

Zeke Swanson
seal-mask
.a{fill-rule:evenodd;}techdegree
Zeke Swanson
Web Development Techdegree Student 8,301 Points

Workspace is not working. I tried changing out Jane, with my name in between the title tags and the changes didn't show.

Also, the changes I made on workspace last night did not reflect on my browser.

1 Answer

Jamie Reardon
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Jamie Reardon
Treehouse Project Reviewer

Hi there!

Are you trying to change the name "Jane" on the actual webpage? If so, from your question you have said you have changed the name between the title tags which changes the web browser's tab page name, not the actual content of the webpage.

Some things to check:

  • Check for a h1 element tag or something similar nested in the body tags that holds the name "Jane" inside the html file, and change the name".

  • Sometimes there is a bug when saving a file, to save a file, you can do so in two ways. Clicking file, and then save in the workspace tab window. Or you can alternatively, hold CTRL + S on your keyword (windows), or so CMD + S (Mac I think).

  • Check you are saving the file, make sure that there isn't an orange circle next to the name of the file in the opened workspace tab. If there is, it isn't saved.