Adding images to your HTML from a Chromebook
What is the best way to add an image from your chromebook?
Voters
CodeLongAndPros
<img src="https://http.cat/404"></img>
VitalinaTsybuln
uhh daddy
VitalinaTsybuln
var ghost;
[deleted]
https://drive.google.com/file/d/1nC3hiovkQEGi0kcbVheXHcJ3jjkw-RWK/view?usp=sharing
is not a valid link to an image. I take it that you can not host your images on your Chromebook? If this is the case you could host them on a free image hosting site e.g. https://postimg.cc
These will give you a "proper" direct link so you can do something like: <img src="https://i.postimg.cc/TYy9FBQD/brains.png">
Google "free image hosting" for other options.