I cannot comprehend this.
Using <cite> text </cite>
separately like this just makes the text appear a little bite italic, but i cannot understand the purpose of cite
being used as an attribute in blockquote.
For example:
<blockquote cite="http://www.example.com">
For 50 years, WWF has been protecting the future of nature.
</blockquote>
Now, where does this url link appear? Everywhere i look it just says "it's for reference", but reference where?
The link is not showing on the output unless I use href
and <p>
to make it appear.
So what exactly does this attribute cite
does in this case? Where does this url appear?