Skip to content
Permalink
21fb050bcc
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
31 lines (31 sloc) 880 Bytes
<!DOCTYPE html>
<html>
<head>
<link href="css/berries.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1 class="Title">Berries</h1>
<img class="Image" alt="Image: Scott Bauer, USDA AR$, public domain" allign="middle" src="images/berries.png" width="200" />
<p><b>Image: Scott Bauer, USDA AR$, public domain</b></p>
<table>
<tr>
<th class="OneB">Blueberry</th>
</tr>
<tr>
<th class="OneS">Vaccinium corymbosum</th>
</tr>
<tr>
<th class="TwoB">Cloudberry</th>
</tr>
<tr>
<th class="TwoS">Rubus chamaemorus</th>
</tr>
<tr>
<th class="ThreeB">Lingonberry</th>
</tr>
<tr>
<th class="ThreeS">Vaccinium vitis-idaea</th>
</tr>
</table>
</body>
</html>