You can not.
The browser has to decode it in order to render it. The browser is for the convenience and safety of the user, not for the author of the page.
The browser will render the DOM serialization back to HTML if the user wants it.
source
to share