0
I don't know what to do
I thought coding was easy but I don't even know how to link an image I've trying but to no avail đđ
5 Answers
+ 1
Show
your
code.
Tag
the
relevant
programming
language.
If you need help, it is essential that you provide the complete context.
It doesn't help stating that you tried, you need to show what you tried.
0
Mmesoma Favour
Every mastermind coder was once a beginner. The more problems you get the more solution you will come to know, never hesitate to ask even a small and normal question. It's good that you asked your question. Today you are gonna learn something new.
To display an image in web, the syntax for the code is:
<img src="image.url" alt="description">
Here img tag is used to display an image and it includes two attributes `src` and `alt`(option and used in case image failed to load).
0
But how do i know where the image is located
0
Mmesoma Favour If you want to know how to get image url, then this might help
you:https://sololearn.com/compiler-playground/Wy3lrXNwGsgJ/?ref=app
0
If you're coding from mobile. Just download any app "Image to link" converter. This is what I do to link image..