Thursday, 8 August 2013

HTML cite Tag

Introduction:

The HTML cite tag is used for indicating a citation.

Example:
<html>
<head>
<title>HTML cite Tag</title>
</head>
<body>
<cite>HTML The Definitive Guide. </cite> 
</body>
</html>

No comments:

Post a Comment