Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Edwin Gonzalez Fragos
218 PointsIntroduction to HTML and CSS the word resume does not print
in the exercise, the word resume does not print
4 Answers

Mike Hagedon
15,968 PointsAssuming you're using Workspaces, check that you're saving the files and then pressing the preview / eyeball button.

Mike Hagedon
15,968 PointsCan you post your code?
Make sure the word resume is between the body tags <body>
and </body>
.

Edwin Gonzalez Fragos
218 PointsI also can not see changes on CSS file when following exercise can i add a screen shot to this postings so you can see ? if so can you tell me how please ?

Edwin Gonzalez Fragos
218 Pointsas a matter a fact , anything i do on the exercise files are not updating in the browser

Randy Hauck
422 PointsThe title of your page is affected by capitalization. I named the title of my page "Resume.html" but was entering "/resume.html" in the URL field and was receiving an error message. I removed the capitalization from the the name of my page, and the problem was solved.