Convert normal html text to display as an image
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"…