+ 1
On SoloLearn the HTML5 elements doesn't work.
i use the notepad for create a site and all elements worked(audio, video, image). But on SoloLearn NOT. Even if i wrote the same source to both apps. i tried on PC and after on smartphone. Please someone help!
7 Respuestas
+ 5
look buddy u cannot use your audio video or image file directly from your phone in the code Playground..
you need to upload it to the hosting site for image and for your audio or video u can use google drive or dropbox
+ 5
@smai khan same my problem
he he
+ 2
Which elements didn't work? Did you have trouble with the HTML or the CSS? Post your code or an example.
+ 2
bro mere pe toh ek hi coment ata hai
+ 1
@Sami Khan , thanks!
So, do i need to upload on SoloLearn or on a hosted site(i found a way to host a site...with getforge.)
+ 1
u don't need to host a site.. just upload images to any hosting site.. like tinypic or ctrlq.org/images/ and get the link of the uploaded image and use it in img src attribute
0
@Jim Tully none of those elements worked.
e.g:
<video controls>
<source src="«the source»" type="video/«extension»">
</video>