2021-11-24 23:04:24 +05:30

24 lines
456 B
Groff

<!doctype html>
<html><head><title>Sample Webpage</title></head>
<body>
<div class="main">
<div>
<ul >
<li>One</li>
<li>Two</li>
<li>Three</li>
</ul>
</div>
<div>blue</div>
<div>green</div>
<div>yellow</div>
<div>Purple</div>
</div>
</body>
</html>
console.dir(document)
document.body.children
document.body.children.children