How to create tooltip to HTML <header> tag

1 Answer

0 votes
<!DOCTYPE html>
<html>
<body>

<h1 title="Title title title">Text text text</h1>

</body>
</html>

<!--
run:


-->

 



answered Nov 30, 2018 by avibootz

Related questions

1 answer 208 views
208 views asked Oct 22, 2020 by avibootz
1 answer 197 views
197 views asked Nov 30, 2018 by avibootz
1 answer 252 views
1 answer 252 views
1 answer 215 views
1 answer 246 views
1 answer 264 views
...