Horje

Full Example of HTML title Attribute

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2 title="I'm a header">The title Attribute</h2>

<p title="I'm a tooltip">Mouse over this paragraph, to display the title attribute as a tooltip.</p>

</body>
</html>

Output should be:

Full Example of HTML title Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attributes
Uploaded by:
Admin