0
How a visitor will know the source of the quote of an element blockquote?
<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally. <p>Fonte do codigo acima: <cite>http://www.w3schools.com/tags/tag_blockquote.asp</cite></p>
</blockquote>
I don’t understand your question. The
cite
is where the visitor can know the source of the quote. What you lack?– Sergio
But how will he know? At least in Firefox when you hover over the quote nothing appears.
– иѳbιң
Have you tried using a javascript click that takes you to a hidden window or scroll the page into place? commented that in firefox nothing appears, but in Windows phone only if you click
– flourigh
It is @flourigh I think that currently it varies from browser to browser even. The developer of the page will have to make some code to show the quote, if he wants, making the attribute
cite
a little useless as it is not compatible in all browsers as you said yourself. Thanks hehehe guy.– иѳbιң
Yes, every browser deals with a way, but in javascript it’s very simple to do and it’s beautiful. try $("cite"). click(Function() {}); this in the case needs jquery
– flourigh
Possible duplicate of What is the difference between the tags `<q>` and `<blockquote>` and `<cite>` in HTML? And how to use them correctly?
– Leandro Angelo