Quotes in the element blockquote

Asked

Viewed 262 times

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?

  • But how will he know? At least in Firefox when you hover over the quote nothing appears.

  • 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

  • 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.

  • 1

    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

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.