Share via

convert jpeg file to html

Anonymous
2018-09-01T17:21:58+00:00

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.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2018-09-01T17:28:14+00:00
    1 person found this answer helpful.
    0 comments No comments
  2. 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.

    0 comments No comments
  3. DaveM121 869.7K Reputation points Independent Advisor
    2018-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">

    0 comments No comments