scrimba
Frontend-utvikling JS #1
Tall og tekst
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Tall og tekst
AboutCommentsNotes
Tall og tekst
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Tall og tekst</h1>
<h2>Til tekst bruker vi apostrofer</h2>

<h2>Til tall bruker vi ikke apostrofer</h2>

</body>
</html>
Console
index.html
-4:41