I know that the <font> tag is depricated, but what's it's replacement? Sometimes I can use the <div> tag and a stylesheet, but that tag leaves a newline after it's closed. So now I'm using the <span> tag when I need to manipulate text. Is this how it should be done or is there something that I'm missing?