HTML to Base64 Data URL Generator
Enter any HTML snippet below and get its base64 encoding for use in
data:text/html;base64,...
URLs.
Copy the result for use in
<iframe src="data:text/html;base64,...">
or similar.
HTML snippet:
<h1>Hello, World!</h1>
Base64 encoding:
Full data URL: