This seems like it ought to be easy (and it probably is!), but I can find a reference that tells me how to do it…
I’d like to include a file reference in my HTML code that will load additional HTML code to replace the reference.
Something like:
If xxx.htm contains:
This is a test.
Then the first HTML above would be processed as if it were:
This is a test.
Is there a way to do this (what is “tag” and what is the proper syntax)?
Thanks,