HTML HTML Tutorial HTML Forms HTML Graphics HTML Media HTML APIs HTML Tags



HTML Tag: cite

The HTML tag <cite> is used to indicate a reference to a creative work, such as a book, article, or song. It is typically used to provide attribution for a quote or to indicate the source of information.

The <cite> tag is a semantic tag, which means that it provides information about the content it contains. This can be useful for search engines and other tools that analyze web content.

Here are some examples of how the <cite> tag can be used:

Example 1: Attribution for a Quote

In this example, we use the <cite> tag to provide attribution for a quote:

"The only way to do great work is to love what you do." Steve Jobs

In this case, the <cite> tag is used to indicate that the quote is from Steve Jobs.

Example 2: Source of Information

In this example, we use the <cite> tag to indicate the source of information:

The capital of France is Paris. Wikipedia

In this case, the <cite> tag is used to indicate that the information about the capital of France came from Wikipedia.

Example 3: Creative Work

In this example, we use the <cite> tag to indicate a creative work:

The song "Bohemian Rhapsody" was written by Freddie Mercury. Wikipedia

In this case, the <cite> tag is used to indicate that "Bohemian Rhapsody" is a song and that it was written by Freddie Mercury.

Overall, the <cite> tag is a useful tool for providing attribution and indicating the source of information in web content.

References

Activity