How to insert images in HTML on chromebook caret editor

Viewed 11

Hi I am programming a website using HTML and I am using caret text editor as my Chromebook doesn't support Linux. I am unable to import images from my files app. The HTML program and the image is in the same folder. My code: <html><head><title>project</title></head><body><img src="qw1.png"></body></html> I am curious whether it is possible to import images using caret and if yes how to specify the path of image. Thank u

0 Answers
Related