The cite
element is used to indicate citations. It is an inline element. Citations can be from websites, magazines, books etc. The citation text is rendered in italics in most browsers.
When citing a web page, you can nest the cite
element in an a
element.
Example: <p>The best beginner's book on HTML and CSS that I have read is <cite>Head First HTML</cite></p>
Attributes
- Core Attributes
The core attributes can be applied to this element.
No comments:
Post a Comment