How do i move this karel dog when the user inputs move(); | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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>

27th Feb 2019, 6:34 PM
Pierson
Pierson - avatar
2 Respostas
27th Feb 2019, 8:59 PM
Sudarshan Rai
Sudarshan Rai - avatar
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
27th Feb 2019, 10:55 PM
Pierson
Pierson - avatar