html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div>
<marquee direction="left">
The world is yours!
</marquee>
</div>
<img src="http://epmgaa.media.clients.ellingtoncms.com/img/photos/2018/06/01/scarface_t750x550.jpg?d885fc46c41745b3b5de550c70336c1b382931d2"</im>
<audio controls autoplay src="https://earboo.com/sites/default/files/utahjezz/tony%20scarface%20boos/balls%20and%20words.mp3"</audio>
</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
body {
background: black;
}
div{
color: red;
text-transform: uppercase;
font-size: 40px;
}
img {
height: 350px;
width: 350px;
}.
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run