+ 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
9 Réponses
+ 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
+ 2
you will have to do dat from a source am nt sure you can do that with image in your phone...
+ 2
Visit the thread:
https://www.sololearn.com/discuss/1550839/?ref=app
+ 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
+ 1
the image has to be on the computer.
+ 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
+ 1
You can use Dcoder for HTML, CSS, JavaScript. It works in offline too.
0
I came to know how to insert picture but I failed to place in different direction or take in corner
0
When you write your code in sololearn in mobile then what to do🤔.