Tab Tests

Content 1

Content 2

text

code

Content 2

Content 1

SubTab 1
Content 1
Content 2
SubTab 2
Content 1
Content 2

Content 1

Content 2

Content 3

Content 4

Content 5

Content 6

Content 7

Content 8

Content 9

Content 10

Content 11

Content 12


Content 1

Content 2

html

<!DOCTYPE html>
<html>
<head>
    <title>Hello World!</title>
</head>
<body>
    <h1>Hello HTML!</h1>
</body>
</html>

css

body {
    background-color: lightblue;
}
h1 {
    color: white;
    text-align: center;
}

javascript

for (let i = 0; i < 5; i++) {
    console.log(i);
}