0
Posting your Codes on sololearn
Hey! Bugs. I need some help here I'm a newbie here. If you wanna put your codes from your system to here for it to show very well it has to be the whole raw file right?
8 Answers
0
Yes
+ 4
Yes, but if you want to share the code link you should put the link within your thread Description. Not on the title or tags, it won't work if you put links in title or tags.
0
Thanks man.
0
Nice game, you got here.
- 1
Show me ur code
- 1
<!DOCTYPE html>
<html>
<head>
<!--
<meta http-equiv="refresh" content="2" />
-->
<title>Ab hai</title>
<!-- BODY -->
<body>
<div id="ground">
<div id="player"> </div>
<div id="enemy"> </div>
</div>
<div class="controlls">
<input type="button" id="up" value="UP" onclick="up()" style='border-radius:5px'>
<input type="button" id="down" value="DOWN" onclick="down()" style='border-radius:5px'>
<input type="button" id="left" value="LEFT" onclick="left()" style='border-radius:5px'>
<input type="button" id="right" value="RIGHT" onclick="right()" style='border-radius:5px'>
</div>
<br />
<br /><br />
<input style='border-radius:10px' type="button" id="xy" value="STOP !" onclick="stop()" >
</body>
</html>
- 2
https://code.sololearn.com/W6qVCr2EG2Os/?ref=app