<!DOCTYPE html>
<html>
<head>
<title>
How to Change the Style of
Anchor Tag Title Attribute?
</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
Soltuts.com
</h1>
<h3>
Change the Style of Anchor Tag Title Attribute
</h3>
<a href="https://soltuts.com/tag/css/" data-title="Soltuts">
Link
</a> Title with different background color and style
<br>
<a href="https://soltuts.com/tag/css/" title="Soltuts">
Link
</a> Title with a normal tool-tip
</body>
</html>