swc/crates/swc_html_parser/tests/fixture/attribute/no-quotes/input.html

9 lines
101 B
HTML
Raw Normal View History

2022-04-04 07:12:45 +03:00
<!DOCTYPE html>
<html>
<body>
<a href=https://www.w3schools.com>This is a link</a>
</body>
</html>