swc/crates/swc_html_parser/tests/fixture/title-attribute/input.html
2022-04-04 04:12:45 +00:00

11 lines
200 B
HTML

<!DOCTYPE html>
<html>
<body>
<h2 title="I'm a header">The title Attribute</h2>
<p title="I'm a tooltip">Mouse over this paragraph, to display the title attribute as a tooltip.</p>
</body>
</html>