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>
<meta charset=-utf8>
<title >GOGA</title >
<p><h1 style=font-family:Times;font-size:80px;font-style:oblique;color:red;text-align:center;border:5px solid red;>GOGA </h1></p>
</head>
<body>
<header>
</header>
<nav>
<ol>
<li><a href=vk.com>ВКонтакте</a></li>
<li><a href=ok.ru>Одноклассники</a></li>
<li><a href=spaces.ru>Spaces </a></li>
</ol>
</nav>
<table>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>круг</td>
</tr>
</table>
<p><h3>GOGA</h3></p>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run