0
How do i move this karel dog when the user inputs move();
<!DOCTYPE> <html> <head> <style> img { position: absolute; left: 0px; top: 0px; z-index: 0; } </style> </head> <body> <img src="https://pbs.twimg.com/profile_images/3403341918/71c895ce6b9f016a0381eadfa2738f27_400x400.png" alt="Karel" width="100" height="100"> </body> </html>
2 Respostas
+ 1
//Here it is
https://code.sololearn.com/WqpIc6IGhox8/?ref=app
0
Thank you so much for this, I'm just starting out and it really helps that I can look at this code and figure out what to do 😀 thank you so much