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 trialFiona Angelica
Courses Plus Student 247 Pointsdoesnt change how it supposed to be
I refresh my index.html page over and over again, but no matter how I followed what the video present, it just doesn't change even a little bit what might it should be like. why is it? I even already use the codepen as well.. whats wrong?
3 Answers
Julie (Howard) Lewis
Front End Web Development Techdegree Graduate 25,921 PointsDid you save index.html before you refreshed?
Fiona Angelica
Courses Plus Student 247 Pointsit turned out that i dont need to type the <!DOCTYPE HTML> at the beginning do you know why is that?
thanks!
Julie (Howard) Lewis
Front End Web Development Techdegree Graduate 25,921 PointsOut of the context of the code, it's hard to say exactly what was going on here. However, when you're writing your own code, best web practices indicate that you should always use a doctype declaration so that the browser knows what version of HTML your page it written in.
Fiona Angelica
Courses Plus Student 247 Pointsokay thanks!
Fiona Angelica
Courses Plus Student 247 PointsFiona Angelica
Courses Plus Student 247 Pointsit turned out that i dont need to type the <!DOCTYPE HTML> at the beginning do you know why is that?
thanks!