ComboStrap UI - Cite
About
The cite element will give credit to a portion of text. It can go anywhere but you put it mostly in a blockquote.
Example
Basic
- Markup
<cite>The credits goes to</cite>
- Output:
The credits goes to
With style
You can style them. For instance, with a blue color
- Markup
<cite color="blue">The credits goes to</cite>
- Output:
The credits goes to
With Blockquote
With a blockquote
- Markup
<blockquote>
It's not the Destination, It's the journey.
<cite>Ralph Waldo Emerson</cite>
</blockquote>
- Output:
It's not the Destination, It's the journey.