How to place photos on html code sourse to appear when run the code (on sololearn compiler)?thanks to all in advance! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

How to place photos on html code sourse to appear when run the code (on sololearn compiler)?thanks to all in advance!

Photos on compiler

27th Oct 2018, 10:47 AM
Florinn
Florinn - avatar
9 Answers
+ 4
yeah i know that but i meant to insert photo whole compiling on sololearn compiler not with pc html editors anyway thanks for help
27th Oct 2018, 7:51 PM
Florinn
Florinn - avatar
+ 2
you will have to do dat from a source am nt sure you can do that with image in your phone...
27th Oct 2018, 11:39 AM
✳AsterisK✳
✳AsterisK✳ - avatar
27th Oct 2018, 1:01 PM
AL Araf
AL Araf - avatar
+ 2
to insert an image when using html use <img src="folder name/image name . extention of image" height="_" width="_" alt=" image info" /> the meaning of this is as follows: img src means image source, and the equal to tells the browser where to find the image which is the name of the image and the folder withing which it is found. Note: the right image extension whether .jpg or .png should be used and the hight and width determines the you would like your image to be like when displayed. lastly the alt stands for alternative name or information should the browser fail to display your image what message should the reader or user see; is it a sport picture, pizza etc and always remember your quotation marks thank you
27th Oct 2018, 6:36 PM
Kingsford Joseph Mensah
Kingsford Joseph Mensah - avatar
+ 1
the image has to be on the computer.
27th Oct 2018, 6:37 PM
Kingsford Joseph Mensah
Kingsford Joseph Mensah - avatar
+ 1
short format <img src="inside here,type location of your image and the its extension" you can add attributes here ></> i think this will help
28th Oct 2018, 2:48 AM
Murithi Joshua
Murithi Joshua  - avatar
+ 1
You can use Dcoder for HTML, CSS, JavaScript. It works in offline too.
28th Oct 2018, 6:15 AM
4 l 4 m 1 9
4 l 4 m 1 9 - avatar
0
I came to know how to insert picture but I failed to place in different direction or take in corner
9th Nov 2018, 2:55 PM
Sangay Wangchuk
Sangay Wangchuk - avatar
0
When you write your code in sololearn in mobile then what to do🤔.
10th Nov 2018, 4:37 PM
Atul Eknath Patil
Atul Eknath Patil - avatar