html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<marquee>///////////////////////////////////</marquee>
<marquee><h1>#########################</h1></marquee>
<marquee><h5>5555555555555555555555555555555555</h5></marquee>
<marquee><h2>&&&&&&&&&&&&&&&&&&&&&&&&&&&&&</h2></marquee>
<marquee><h6>??????????????????????????????</h6></marquee>
<marquee><h4>~~~~~~~~~~~~~~~~~~~~~~~</h4></marquee>
<marquee><h3>§§§§§§§§§§§§§§§§§§§§§§§§</h3></marquee>
<marquee><p>········································</p></marquee>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
body {
background-color: darkgrey ;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run