You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
992 B
45 lines
992 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<p>H<sub>2</sub>O is the scientific term for water.</p>
|
|
|
|
|
|
<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.
|
|
</blockquote>
|
|
|
|
<p>The <abbr
|
|
title="World Health Organization"> WHO</abbr> was founded in 1948.
|
|
</p>
|
|
|
|
<a href="default.html" title="Home">Back to Home</a>
|
|
|
|
<table>
|
|
|
|
<caption>Names</caption>
|
|
|
|
<tr>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Points</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Jill</td>
|
|
<td>Smith</td>
|
|
<td>50</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<ul style="list-style-type:square;">
|
|
<li>Coffee</li>
|
|
<li>Tea</li>
|
|
<li>Milk</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|