Hi https://pdf.wondershare.com/ocr/jpg-to-html.html I hope this can help
convert jpeg file to html
I need to convert jpeg images to html so that they can be uploaded to my website. I did it before via a free image hosting/converting site, but they appear to have gone out of business and my images have disappeared.
Windows for home | Windows 10 | Files, folders, and storage
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
3 answers
Sort by: Most helpful
-
Anonymous
2018-09-01T17:28:14+00:00 -
Reza-Ameri 45,806 Reputation points Volunteer Moderator
2018-09-01T17:28:20+00:00 To upload picture in website, you won't need to convert it to HTML and you could use default image format. You will need to just place photo in a folder which is accessible on the website and use right tag like image src to reference to it. There is no need to convert the format.
-
DaveM121 869.7K Reputation points Independent Advisor2018-09-01T17:26:24+00:00 Hi growyourownveg
You cannot convert a jpg file to HTML as a jpg file is an image file and a HTML file is a file containing tagged code for describing the layout of a web page . . .
You should have no problem uploading a jpg file to display on your website, that would be a standard file type for a website . . .
What difficulty are you having uploading that image file and what method are you using to upload that image?
A standard HTML Tag for an image file would be:
<img src="FileName.jpg" alt="Image Description">