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>Page Title</title>
</head>
<body>
<audio autoplay loop>
<source
src="audiofile.mp3"
type="audio/mpeg'>
<source src="https://ncs.io/track/download/442dfd89-c291-41b4-b93a-18c0ff73c1dc"
type="audio/mp3">
</audio>
<header>
<nav>
<a href="#a1">Absatz 1</a>
<a href="#a2">Absatz 2</a>
<a href="#a3">Absatz 3</a>
</nav>
</header>
<main>
<!--<button class="nob"><a href="#ob">⬆️</-->
<a></button>
<h1 id="ob">Test</h1>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
.nob{
font-size: 30px;
position: fixed;
background-color: grey;
bottom: 10px;
right: 10px;
border-radius: 50px;
text-decoration: none;
}
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run