html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Play and Learn Python</title>
</head>
<body>
<center>
<h1>Play and Learn Python</h1>
<h3>I have created* some fun learning games i wanted to share i hope you enjoy!</h3>
<h2><a href="https://www.freecodeexamples.com/2019/01/play-and-learn-python-programming.html?m=1">Play and Learn Python</a> <br><br>
<a href="https://play-and-learn-python.freecodeexamples.com/2019/01/python-terms-scramble.html?m=1">Python Terms Scramble</a>
<br><br>
<a href="https://play-and-learn-python.freecodeexamples.com/2019/01/python-terms-hangman.html?m=1">Python Hangman</a><br><br>
<a href="https://play-and-learn-python.freecodeexamples.com/2019/01/python-crossword.html?m=1">Python Crossword</a><br><br>
More Games will be added soon Thanks🙂
</h2>
*added info to make not coded these myself hopefully i will add some i did code soon
</center>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
background-color: lightgreen;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run