cite

Purpose

An inline citation or reference to another source.

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>cite</title>
  </head>
  <body>
    <p>Refer to <cite title="Using CSS">Using CSS</cite> for further information</p>
  </body>
</html>

Related topics