Friday 17 June 2016

Task 25.3

Trying out all the formatting, quotation and citation tags at w3schools.





The HTML code:

<!DOCTYPE html>
<html>
<body>
<p><cite>WWF's</cite> goal is to: <q><mark><del>Build a future where people live in <i>harmony</i> with <em>nature</em>.</del></mark></q></p>
<blockquote cite="http://www.worldwildlife.org/who/index.html">
 For 50 years, <abbr title="World Wildlife"><b>WWF<b></abbr> has been protecting the future of nature.
The world's leading conservation organization,
<strong>WWF</strong> works in <sub>100</sub> countries and is supported by
1.2 million members in the United States and
close to <sup>5</sup> million globally.
</blockquote>
<address>
<small>WWF</small>-New Zealand<br>
 Level 6, Davis Langdon House<br>
 49 Boulcott Street<br>
 Wellington Central 6011<br>
 New Zealand<br>
</address>
<br>
<bdo dir="rtl">WWF's goal is to: <q>Build a future where people live in harmony with nature.</bdo>
</body>
</html>

No comments:

Post a Comment