HTML Quotations

HTML Quotations

  • في هذا الفصل سوف نتناول عناصر HTML <blockquote>، و<q>، و<abbr>، و<address>، و<cite>، و<bdo>.
مثال :
 <!-- HTML <blockquote> for Quotations -->
<blockquote cite='http://www.worldwildlife.org/who/index.html'>
For 60 years, WWF has worked to help people and nature thrive. As the world's leading conservation organization,WWF works in nearly 100 countries. At every level, we collaborate with people around the world to develop and deliver innovative solutions that protect communities, wildlife, and the places in which they live.
</blockquote> 
 <!-- HTML <q> for Short Quotations -->
<p>WWF's goal is to: <q>Build a future where people live in harmony with nature.</q></p> 
 <!-- HTML <abbr> for Abbreviations -->
<p>The <abbr title='World Health Organization'>WHO</abbr> was founded in 1948.</p> 
 <!-- HTML <address> for Contact Information -->
<address>
Written by John Doe.
Visit us at:
Example.com
Box 564, Disneyland
USA
</address> 
 <!-- HTML <cite> for Work Title -->
<p><cite>The Scream</cite> by Edvard Munch. Painted in 1893.</p> 
 <!-- HTML <bdo> for Bi-Directional Override -->
<bdo dir='rtl'>This text will be written from right to left</bdo>