swc/crates/swc_html_parser/tests/fixture/element/noscript/input.html

10 lines
268 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<noscript> <!-- anchor linking to external file --> <a href="https://www.mozilla.org/">External Link</a> </noscript>
<a href="https://www.mozilla.org/">External Link</a>
</body>
</html>