Sunday, February 26, 2012

The definition Tag in HTML


We have to use a tag which name is definition tag. This tag is used to define something or something definition. The example is helpful for understanding the definition tag.
1.At first we have to open the notepad
2.type the code
3.save the file in any name. e.g(definition_tag.html)
<html>
<body>

<p>
 The definition of internet is:
<dfn>
the internet is a global system of interconnected computer networks that uses the standardized internet protocol suite
(TCP/IP).It is a network of networks that consists of millions of private and public academic, business, and government
networks of local to global scope that are linked by copper wires, fiber optic cable, wireless connections</dfn>
</p>

</body>
</html>
The output of the webpage will be

No comments:

Post a Comment