+ 2
Html image
how can i put my downloaded image to my html?
1 Resposta
+ 3
Upload it to your server (or image hosting) and then in the <img>'s `src` attribute, link the element to the URL of your hosted image.
Hope that helps.
how can i put my downloaded image to my html?