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) Adding a New Web Page Write the CSS

I did style for h2 and it will not show up as upper case

.section-title { text-transform: uppercase; }

Your CSS looks fine. Can you show us your HTML?

4 Answers

Muhammad Ehsan Hanif
Muhammad Ehsan Hanif
8,236 Points

It should be <h2 class="section-title">

<!DOCTYPE html> <html> <head> <title>Gena Israel's Resume</title> <link rel="stylesheet" href="resume.css"> </head> <body> <img src="http://placeimg.com/200/200/tech" alt="Gena Israel, Web Developer" class="main-image"> <h1>Gena Israel, Web Developer</h1> <h2 class:"section-title">Summary of Qualifications</h2> <ul> <li>Experience as a freelance Web Developer</li> <li>Experience with html/css/javascript</li> <li>Bachelor of Science in Economics</li> </ul> </body> </html>

Hi Gena, Please refer to the markdown cheatsheet and please post your code accordingly. It will help us to help you. The link to Markdown cheatsheet is right at the bottom below the input field for posting answers.

Muhammad Ehsan Hanif
Muhammad Ehsan Hanif
8,236 Points

Hi Ravi Markdown cheatesheet link working for you? It redirects me to the community page.

Don't try to open in a new link :)