Day1-Exercise-3 (To demonstrate Tool-Tip)
<!To demonstrate ToolTip>
<html>
<body>
<h2 title="i am header"> Title Header</h2>
<p title="tooltip">welcome to HTML</p>
</body>
</html>
<html>
<body>
<h2 title="i am header"> Title Header</h2>
<p title="tooltip">welcome to HTML</p>
</body>
</html>
Comments
Post a Comment