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>
<title>smoke animation</title>
</head>
<body>
<section>
<h1><div style=color:red;>
<b><span>N</span>
<span>E</span>
<span>T</span>
<span>F</span>
<span>L</span>
<span>I</span>
<span>X</span></b>
</div>
</h1>
<br>
<br> <div style=color:white;>©20</div>
</section>
<br>
<audio controls autoplay>
<source src="file:///storage/emulated/0/Download/Netflix%20Intro%20Sound%20Effect.mp3">
</source>
</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
15
16
17
body {
margin:1%;
padding:10px;
margin-top:190px;
text-align:center;
font-size:90%;
background-color: #010;
}
section{
margin:0;
padding:0;
}
audio{
display:;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
alert ("autoplay is not available on android/ios thats why I have put the audio there")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run