O.K. This may be a stupid question, but here goes:

I want to load an external file to supply the text for a given HTML element. I thought I could do something like:

<h1 src = "offsite.txt"></h1>

But that doesn't work. Anyone know how to do that?