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 trialstarr13
2,494 PointsTest: Changing the Look of a Web Page 2 Objectives
I'm not able to do the test from the last section. Now, I have an 80% in that section. Please tell me what I am doing wrong?
Steven Parker
231,248 PointsI'm not sure what you mean by "80% in that section", particularly in reference to a 2-task challenge. But please show your code if you'd like advice on it.
If you're asking about something in a workspace, make a snapshot of your workspace and post the link to it here.
starr13
2,494 PointsI wasn't able to do the test with the objectives, but since then the problem has been resolved. Thanks.
2 Answers
starr13
2,494 PointsThanks everyone for your help. I trying to get the hang of this class.
Noah Tetley
13,797 PointsHey Julia I assume you're referring to the following questions, in which case the answers are very straight forward and will help you to grasp the basics:
Change the HTML paragraph tag to anΒ h1Β tag.
1: a paragraph tag is display as <p></p> just change this to h1 i.e.
<h1></h1> instead of <p></p>
2: Change the color of theΒ h1Β tag to purple.
first thing is to select the styles.css page along the top (you're in the HTML page) then just change the colour name to purple!
good luck
Gabriel Plackey
11,064 PointsGabriel Plackey
11,064 PointsWhat do you mean not able to do the test?