html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head></head>
<div class="section">
<!-- BE GOOD section starts here-->
<h1 class="code" align="center"><ins>BE GOOD</ins></h1>
<body>
<p class="omega"><b class="stop">MY</b> name is Adejori Eniola,and am the third of three children of my parent.I was born on the 22<sub>nd</sub> of May 2002,thus making me one of the most sensible people to ever walk the Earth</p>
<!--BE GOOD section ends here-->
</div>
<h2 class="Alpha">My Best Subjects.</h2>
<ul>
<li>GOVERMENT</li>
<li>LIT-IN-ENG</li>
<li>CHRISTIAN RELIGIOUS STUDIES</li>
</ul>
</body>
</html>
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
20
article.Alpha{background-color:;}
h1.code{color: #FF0987;
font-family:courier,monospace;
font-style:italic ;
font-variant:small-caps ;
font-size:30px;
font-weight:200;
}
b.stop{font-size:40px;
font-weight:300;
font-style:italic ;
font-variant:small-caps ;
font-family:Florence,cursive;}
p.omega{font-size:20px;
font-family:courier,monospace;
font-variant:small-caps ;
font-weight:500;}
h2.Alpha{font-variant:small-caps ;
font-family:sans-sefif;
font-weight:300;}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run