html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>wiki about me</title>
</head>
<body>
<h1>My Wiki about Me</h1>
<div>
<p>Me</p>
</div>
<div>
<p>i am a guy who wanted to learn about python and went to sololearn to learn as i got bored i found HTML coding which was fun as it had cool things like textareas buttons and more and then i realized my HTML things were boring and plain so i just kept creating HTML script untill i realized CSS was the style and design of a website or HTML script so i started learning it and i did a test that will change everything because i have found out that its simple to do CSS coding so you just have to put the thing you want to style like body and then add {} and write the stuff you want to edit like font size or background color then you have it you have learned CSS not entirely but basically!</p>
</div>
<div>
<h1>My games</h1>
<p>this is the section for my games!</p>
</div>
<div>
<h5>This wikipedia</h5>
<p>this is basically a wikipedia page about me and your reading it right now</p>
</div>
<div>
<h5>Product maker</h5>
<p>a page specifically for making Product concepts using Textareas</p>
</div>
<div>
<h5>Creature Creator</h5>
<p>a page specifically made for making well you guessed it! Creatures</p>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
background-color: #2a9df4;
}
div{
text-align:center;
background-color: gray;
font-size:10px;
}
h1{
background-color: gray;
font-size:10px;
text-align:center;
}
h5{
background-color: gray;
text-align:center;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run