html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>Мастер лох</title>
</head>
<body>
<table>
<td><h2>lololo</h2></td>
<td><h2>lloolo</h2></td>
<td><h2>loolol</h2></td>
<td><h2>loollo</h2></td>
</table>
<a href = "https://vk.com/id169385480">It is my frend</a>
<a href = "https://vk.com/k_ji_o_ii">And it's me</a>
</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
21
22
23
24
25
26
27
28
body{
background-image: url(https://cdn1.savepice.ru/uploads/2017/11/11/7b2435141a620bf928c8144994938f77-full.jpg);
background-position: top;
background-size: 100%;
background-repeat:no-repeat ;
width: 80%;
user-select:none;}
a{
text-decoration: none;
color: #1b3040;
background-color: #1ba260;
border: 3px solid #d80046;
padding:2px;
opacity:0.814873;
border-radius: 10px;
text-align:center;
display:block;
margin: 2px;
font-weight:800px;
margin-left:20%;}
table{background-color: #2d2d2d;
color: white;
text-align:center;
width:120%;
font-family: arial;}
td{transition:0.4s;}
td{width:24.8%;
height:30px;}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
function f() {
alert("My first page!")
}
f();
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run