Skip to main content
Module

x/deno_dom/test/basic.html

Browser DOM & HTML parser in Deno
Extremely Popular
Go to Latest
File
<!DOCTYPE html><html class="dark"> <head> <title class="knives">Mary had a little lamb</title> </head> <body> <h1>His fleece as white as snow</h1> And wherever <b id="b">Mary</b> went <a href="./lost-sheep" class="forks and knives">He was sure to go</a> <a class="forks and knives">He was <span>sure</span> to <span>go</span></a> <a>He was sure to go</a> </body></html>