+ 2
Hey There! I added this code to my html but its not working? Can you help me out? Thanks in advance!
You can access the code from here: https://code.sololearn.com/W53Zym61yFce/#
4 odpowiedzi
+ 3
Haha, the code is actually working fine :))
You are using select and option tag, so the expected result is a selection tab. And it is giving the expected output. Click on those buttons to see! Although you are doing several things wrong. Use double quotation only once, like :
value="orange"
+ 1
Thanks buddy!!!
But I noticed that the colour and bg colour don't change(or do they)?
It shows this when i try that:
JavaScript Console
Uncaught SyntaxError: Invalid or unexpected token
Line: 1Uncaught SyntaxError: Invalid or unexpected token
Line: 1
+ 1
Vinayak Sharma You need to use javascript to get the desired output. Check the corrected code :))
https://code.sololearn.com/WWp6USki5FeV/?ref=app
+ 1
Thanks a lot @Arb Rahim Badsa