mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
11 lines
200 B
HTML
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>
|