Learning HTML

Having trouble getting textedit to show the image I have saved. I did all of the practice steps and I can’t find my mistake. When I open the saved textedit index.html file, my image doesn’t show. Just the html code shows exactly like on the original file.

Hi @stefie-caff and welcome to the community :wave:

When you have written and saved your index.html file, you need to open it in your browser. You can do that by dragging the file onto the browser or by using your browsers menu (file -> open file).
If the image is in the same directory as the index.html and you use something like <img src="image.jpg"> it should show in the browser. (Change the file name according to your own image).

I hope that helps. :slightly_smiling_face:

Have a nice day,
Michael