+ 2

Why is this web page not working| Code not running

I wrote this following html code in my pc and it worked perfectly there so I copied this from my pc to android and now when I run it on solo learn the code isnt working https://code.sololearn.com/WXslDECm2vWV/?ref=app This code was designed by me in my pc and worked fine there. It is free from any error then too it's not working Why is it so

10th May 2019, 8:08 AM
Ayush Pandey
Ayush Pandey - avatar
9 ответов
+ 3
Ayush Pandey The attached code is just an image I took of your code as it appears on the Sololearn Website playground. Please notice the pink highlighted characters, this is a major cause of your code not working on the Sololearn platform. https://code.sololearn.com/Wfm088c6kH8y/#html
10th May 2019, 11:47 AM
ODLNT
ODLNT - avatar
+ 3
Brother how did get the pic and used it in code and how's u r compiler different from mine
10th May 2019, 4:28 PM
Ayush Pandey
Ayush Pandey - avatar
+ 3
What is snippet tool
11th May 2019, 5:11 AM
Ayush Pandey
Ayush Pandey - avatar
+ 2
ODLNT I saw that my words are not highleted and that's what I want to know why as all the syntax are correct
10th May 2019, 2:26 PM
Ayush Pandey
Ayush Pandey - avatar
+ 2
Ayush Pandey The IDE you used has added some invisible space/characters to your HTML. Sololear Playground considers invisible space/characters invalid no matter the syntax. This can be seen using the developer tools on your pc. https://code.sololearn.com/Wfm088c6kH8y/#html If you what your HTML work on Sololearn Playground you need to remove the highlighted character.
10th May 2019, 4:02 PM
ODLNT
ODLNT - avatar
+ 2
Ayush I used the snipping tool to take the picture of the screen, then uploaded to imgur.com, then used the provided url to link image to code. The first picture is of code your code with the dev tool console open, that is why you see the tooltip tag at the top of your code. To be clear this is an image of Sololearn Playground
11th May 2019, 12:17 AM
ODLNT
ODLNT - avatar
+ 2
I don't know how this happen with you... But every character have two places.. If you want to delete one character... It must deleted on two steps.. I think that there are something happend when you copied the code..
13th May 2019, 10:54 PM
Ahmed Mohamed Zanaty
Ahmed Mohamed Zanaty - avatar
+ 1
You have unnecessary font closing tag. font tags are not supported in html5. You’re missing a lot of closing tags for list items.
10th May 2019, 8:30 AM
Toni Isotalo
Toni Isotalo - avatar
+ 1
Toni Isotalo then how is that this code easily ran on my pc browser
10th May 2019, 8:46 AM
Ayush Pandey
Ayush Pandey - avatar