Quantcast
Channel: HTML – Code Chewing
Viewing all articles
Browse latest Browse all 21

Supplying the source address for a quote using HTML

$
0
0

When you are using q or blockquote, you can supply the link from which you retained the information from, by using the HTML tag cite.

Here’s an example of cite being used to reference the quotes location:

<blockquote cite="http://www.codechewing.com">
  <p>"here is the quote"</p>
</blockquote>

Viewing all articles
Browse latest Browse all 21

Trending Articles