<!DOCTYPE html>
<html>
<head>
<title>The title attribute</title>
</head>
<body>
<h2>The title= attribute</h2>
<p>For any tag, you can insert a <b> title="<i>description</i>" </b> attribute. The title attribute allows the client
to hover over the element enclosed in the tag, and a "tooltip" will be displayed showing the "description"</p>
<br>
<p>The underlined word in this paragraph has a <u title="a title attribute gives you a tooltip when you hover over the element">title</u>= attribute</p>
<br>
<p>Do not confuse the <b> <head> </b> tag that within the <head> tag, with the <b> title= </b> attribute
</body>
</html>