Webpage question

Is there a command to push things to the top of a webpage? Sometimes there’s space left inbetween the top of a site and the item I’d like to be there.

If you have an example that would be good. But one thing you could do is include this in the style-sheet you use:

BODY { padding-top: 0 }

How do you put that in a style sheet? Thanks.

OH! Never mind! Thanks man!