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 😭😭

14th Jul 2025, 12:39 PM
Mmesoma Favour
5 odpowiedzi
+ 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.
14th Jul 2025, 12:42 PM
Lisa
Lisa - avatar
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).
14th Jul 2025, 12:46 PM
Gulshan Mahawar
Gulshan Mahawar - avatar
0
But how do i know where the image is located
14th Jul 2025, 1:12 PM
Mmesoma Favour
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
14th Jul 2025, 1:31 PM
Gulshan Mahawar
Gulshan Mahawar - avatar
0
If you're coding from mobile. Just download any app "Image to link" converter. This is what I do to link image..
14th Jul 2025, 1:40 PM
Manav Roy
Manav Roy - avatar