HTML & CSS Week 1: Hello World
1st assignment for Intro to HTML & CSS class write the code photographed below until you know it from memory. Fun times.
Comments
5 Responses to “HTML & CSS Week 1: Hello World”Trackbacks
Check out what others are saying...-
[...] still feel like I am rusty with this 1st assignment, even though I can write it out. Maybe it’s the newness of it all. Looking at some of the [...]
-
[...] the Hello World doc from Week [...]

Hi Roberta,
Well done on completing this task – I know it’s not very exciting but it forms the basis for every HTML document you’ll write. I see you’ve opted for the hand written version – nice
Just a few points on what you’ve written.
1. the value for the charset attribute on your meta tag should be utf-8, not utf8 ( notice the dash)
2. It’s not essential to do this, but it’s good to put a lang attribute on the opening html tag so it looks like if your document is in Spanish or if it’s in English.
Well done on the indentation of it, it looks really nice and you’ve clearly got a grasp of it.
Thanks,
Jamie.
gah – Looks like my tags have been stripped of point 2 -
2. It’s not essential to do this, but it’s good to put a lang attribute on the opening html tag so it looks like if <html lang=”es”> your document is in Spanish or <html lang=”en”> if it’s in English.
thank you for the feedback and correction on “utf-8″