swc/crates/swc_html_parser/tests/fixture/text/title-cr/input.html

1 line
165 B
HTML
Raw Normal View History

<!DOCTYPE html> <html> <head> <title> Test </title> </head> <body> <p>This is a paragraph.</p> <p>This is another paragraph.</p> </body> </html>