Gå til indhold

Kode eksempler

function helloWorld() {
return "Hello world";
}
<div>
<p>Hello world!</p>
</div>
body {
background-color: red;
}