html
html
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>The searchbar doesn't serve drinks!!</p>
<img src = "https://cdn.discordapp.com/attachments/418780271874277380/742701064327004221/1597144100211965045434493410344.gif" </img>
<p>Convince yourself and use it.</p>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
body {
background-color:black;
}
img{
width:300px;
height:300px;
}
p{
color:white;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run