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>
<!--
Because of school, I do not have
time to do something fancy for now
I'll change that when I can
-->
<head>
<title>Page Title</title>
</head>
<body>
<header>
<h1>GSC5 Results</h1>
</header>
<section>
<h2>Overall Winners</h2>
<ul>
<li>1st <a href="https://code.sololearn.com/cUPVj0nsQGTP/?ref=app">Mountain Chain</a> : 4 votes</li>
<li>2nd <a href="https://code.sololearn.com/WUo979undVux/?ref=app">Opera Mini Browser</a> : 3 votes</li>
</ul>
</section>
<section>
<h2>Division Ranking</h2>
<article>
<h3>Cpp HeavyWeight</h3>
<ul>
<li>1st <a href="https://code.sololearn.com/cAlNxwpPFqST/?ref=app">ASCII paint</a> : 1 vote</li>
<li>1st <a href ="https://code.sololearn.com/cPCz5Zge1Zj5/?ref=app">Library Managment System</a> : 1 vote</li>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
a{
text-decoration:none;
color: #000;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run