It woild be great if add html with some err.
Like this
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Html parser</title>
</head>
<body>
<h1 id="a" class="b c">Hello world</h1>
<!-- comments & dangling elements are ignored -->
<a class="trait" href="next/next2/">Queryable
</body>
</html>
Because browser handle it.
I`m trying write crawler and use you parser, but got err on parse.. =-(
It woild be great if add html with some err.
Like this
Because browser handle it.
I`m trying write crawler and use you parser, but got err on parse.. =-(