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 trialEdwin 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
16,481 PointsAssuming you're using Workspaces, check that you're saving the files and then pressing the preview / eyeball button.
Mike Hagedon
16,481 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.