scrimba
Kodekurs for ungdoms- og videregående skoler
Lær HTML
Sette inn bilder på nettsiden
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
Sette inn bilder på nettsiden
Expand for more info
index.html
run
preview
console
<html>
<head>
<title>På bærtur</title>
</head>
<body>
<h1>På bærtur</h1>
<p>Høsten er her, og skogen frister med modne blåbær. Vi dro ut tidlig i dag for å fylle kurvene.</p>
<h2>Et hyggelig møte</h2>
<p>Ekornet er en trivelig krabat i skogen</p>
</body>
</html>
Console
index.html
-4:14