HTML5 > Structures

Citation in HTML5

How to indicate citation in the webpage in HTML5?


By using <cite> tag we can indicate the citation. Text enclosed in <cite> tags denotes a reference of another work (e.g. a book, a paper, an essay, a poem, an exhibition, a website, etc).

<body>
    <p>Denotes a reference of another work.</p>
    Video section is one of the important section of <cite>DotNetFunda.com</cite>.
</body>

In the above code snippet, a website name DotNetFunda.com is placed in <cite> tag.

Output

Notice that the text inside the <cite> tag indicates the name of the website. In that video section is one of the important sections among all the other sections.

 Views: 4409 | Post Order: 69



Write for us






Hosting Recommendations