Edit This Code:
<!DOCTYPE html>
<html>
<body>

<h1>About W3Schools</h1>

<p title="About W3Schools">
W3Schools is a web developer's site.
It provides tutorials and references covering
many aspects of web programming,
including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.
</p>

<p><b>
If you move the mouse over the paragraph above,
the title will display as a tooltip.
</b></p>

</body>
</html>


Result:
Try it Yourself - © w3schools.com