Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Excercise</title>
</head>
<body>
<script>
// create a root 'div' element
// 📜 https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement
<!DOCTYPE html>
<html>
<head>
<title>Excercise</title>
</head>
<body>
<!-- create a 'div' element with an id 'root' -->
<script>
// create a 'div' element