I am trying to display normal HTML to load as an image on my page.
For example:
<h1>Hello World</h1>
This will display text on my page.
How do I convert this so that the h1 tag will display “Hello World” as an image on my page?
Any help would be greatly appreciated.