scrimba
Kodekurs for ungdoms- og videregående skoler
Lær HTML
Bruke bilder til å navigere på nettsteedet
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

Bruke bilder til å navigere på nettsteedet
AboutCommentsNotes
Bruke bilder til å navigere på nettsteedet
Expand for more info
index.html
run
preview
console
<html>
<head>
<title>Ut på tur</title>
</head>
<body>
<h1>På tur i skogen</h1>
</body>
</html>
Console
index.html
-3:38