Is it possible to use < and > in XML tags?

Like this: <tag><blah></tag>, so that when I read 'tag', the value of '<blah>' will be returned.

Thanks.