+ 2
Using my phone for sololearn to what url should i enter to get , include an image .
img src="" should i go to file handler and copy the address ?
15 ответов
+ 3
Use URL in Sololearn you can't show your local data in Sololearn... Upload it to imgur then copy the image URL.... ^_^
+ 2
if u want to upload images from Ur phone then u need to upload Ur image to image hosting site ang get the link of the image from the ge hosting site and paste it in the
<img src="paste your link here">
u can visit imgur.com
+ 1
to which site u uploaded
+ 1
<input type="radio" name="gender" value="male" checked>male <br/>
<input type="radio" name="gender" value="female">female <br/>
+ 1
the value should not be same..
0
no other way?
0
nopes
0
Thank you .
0
<!DOCTYPE html>
<html>
<head>
<title>sololearn survey</title>
<lebel>sololearn survey</lebel>
</head>
<body>
<form>
<input type="radio" name="male" value="gender">male <br/>
<input type="radio" name="female" value="gender">female <br/>
</form>
<svg width="1000" height="1000">
<circle cx="100" cy="100" r="100" fill=
"green"></circle>"
</svg>
<img src="https://goo.gl/images/p6oVhr"/>
</body>
</html>
0
not working .
0
i am sorry its working but o forgot resizing .
0
And Thanks again.
0
please review my code 'form'.
0
will correct it.