Position Text Using CSS

Hi all,

I’m currently trying to create a website and I want some text to appear in the top left hand corner of the screen. I tried just using tables but it doesn’t seem to work. I thought about trying to use CSS to do it but I can’t seem to find any syntax to position text like you can with images

image {background-position: 30% 20%}

etc.