Anyone know how I can make alt text show up when someone hovers over text, like a picture but text instead?
Printable View
Anyone know how I can make alt text show up when someone hovers over text, like a picture but text instead?
Code:<html>
<head>
<title>Example</title>
</head>
<body>
<div title="alt text">regular text</div>
</body>
</html>
Thank you!