we can easily show abbreviation & from the example it will be more easy
<html>
<body>
<abbr title="Electrical & Electronic Engineering">EEE</abbr>
<br/>
<acronym title="World Wide Web">WWW</acronym>
<p> The title attribute is used to show the spelled out version
when holding the mouse pointer over the acrnym or abbreviation.</p>
</body>
</html>
the output will be
<html>
<body>
<abbr title="Electrical & Electronic Engineering">EEE</abbr>
<br/>
<acronym title="World Wide Web">WWW</acronym>
<p> The title attribute is used to show the spelled out version
when holding the mouse pointer over the acrnym or abbreviation.</p>
</body>
</html>
the output will be
No comments:
Post a Comment