I was going to recommend W3Schools, too... Yann beat me to it. It's a great reference, and I used to use it all the time.
You should spend a weekend with HTML. Pay attention to structural tags (body, div, span, p), since those are the ones you'll be using the most.
Once you have the basics, you can move right into CSS. That's where most of your focus should be.