img source base64 code example
Example: img src data base64
<img src="data:image/png;base64,..." /> <!-- Replace png with the mime type of the image --!>
<img src="data:image/png;base64,..." /> <!-- Replace png with the mime type of the image --!>