How do you insert image from your desktop in a HTML?

1 answer

Answer

1157142

2026-03-01 15:25

+ Follow

In HTML, to include an image, use the IMG tag and specify the location of the image using the SRC parameter. However, because the image is located on your desktop, you will be the only person who will see it. If you want to make it viewable by others, you have to upload the HTML file and the image file to a webserver.

<IMG SRC="location of picture">

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.