Hi,
So I started as a total beginner and am now trying to fix my wrongs.

Can someone tell me these easy things below? (I think I stripped out all the good html stuff in the beginning)


* Should each product page begin with <!DOCTYPE html> ? (Mine don't)

* I type the name of my product at the start of my descriptions. Should this be in an <h1> </h1> ? (I have no h1's in my pages at the moment)

* I have one line in each product description that I change the colour of, by doing this on each page: <span style="color: #bd192e;">Size: Extra Large</span>
Should I and can I use CSS to do this instead?

Thanks for your input and any other comments/ideas welcome.