scrimba
Kodekurs for ungdoms- og videregående skoler
Kurs i webprogrammering: Regnemesteren
Regnemesteren #1 - HTML
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

AboutCommentsNotes
Regnemesteren #1 - HTML
Expand for more info
index.html
run
preview
console
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="index.css">
</head>
<body>



<script src="index.pack.js"></script>
</body>
</html>
Console
index.html
-4:16