+ 2
How can i copy an image into my html file...how do i even know if i have one
4 Respostas
+ 2
in the your html write: <img src=“folder_name” alt=“alternative text for search engines and invalid image”> and launch the page to see the image uploaded or not
+ 2
See my example:
https://code.sololearn.com/W0YYbYE1b35P/?ref=app
+ 2
Make sure you save the intended image inside thesame folder i.e inside thesame directory where you save your .html code