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 trialJokin Bereciartu
1,465 PointsHTML and CSS editor when doing challenges
Hello,
Why there is no html editor to compare with css editor?
Thanks
a {
text-decoration: none;
}
#wrapper {
max-width: 940px;
margin: 0 auto;
}
#logo {
text-align: center;
margin: 0;
}
2 Answers
Wayne Priestley
19,579 PointsHey Jokin,
If the challenge doesn't need you to edit or add html then it won't show you a html page.
Some of the challenges will show a html page but no css, others will show both. When both are shown you usually have to edit or add both html and css.
Hope this helps.
Jokin Bereciartu
1,465 PointsHi Waine,
Thanks for the clarification. Well for me even if it is not necessary to edit html for this challenge, it always helps to have a look to both HTML and CSS at the same time.
Regards, Jokin
Wayne Priestley
19,579 PointsI see what you mean, its always nice to have as much information as possible when you first start out.
Good luck.