43 lines
928 B
HTML
43 lines
928 B
HTML
|
<!doctype html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<title>Bananas</title>
|
|||
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<nav>
|
|||
|
|
|||
|
<a href="/" >Home</a>
|
|||
|
|
|||
|
<a href="/about.html" >About</a>
|
|||
|
|
|||
|
<a href="/blog.html" >Blog</a>
|
|||
|
|
|||
|
<a href="/staff.html" >Staff</a>
|
|||
|
|
|||
|
</nav>
|
|||
|
|
|||
|
<h1>Bananas</h1>
|
|||
|
|
|||
|
<p>
|
|||
|
26 Nov 2023
|
|||
|
|
|||
|
|
|||
|
- <a href="/authors/jill.html">Jill Smith</a>
|
|||
|
|
|||
|
</p>
|
|||
|
|
|||
|
<p>A banana is an edible fruit – botanically a berry – produced by several
|
|||
|
kinds of large herbaceous flowering plants in the genus Musa.</p>
|
|||
|
|
|||
|
<p>In some countries, bananas used for cooking may be called “plantains”,
|
|||
|
distinguishing them from dessert bananas. The fruit is variable in size,
|
|||
|
color, and firmness, but is usually elongated and curved, with soft
|
|||
|
flesh rich in starch covered with a rind, which may be green, yellow,
|
|||
|
red, purple, or brown when ripe.</p>
|
|||
|
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|