+ 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
9 Answers
+ 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
+ 3
Brother how did get the pic and used it in code and how's u r compiler different from mine
+ 3
What is snippet tool
+ 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
+ 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.
+ 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
+ 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..
+ 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.
+ 1
Toni Isotalo then how is that this code easily ran on my pc browser