<!DOCTYPE html>
<html>
<head>
<title>HTML figcaption tag</title>
</head>
<body>
<figure>
<img src="../../images/img_nat.png" width="165" height="110" alt="Natural" />
<figcaption>Figure 1. Natural Image</figcaption>
</figure>
<p>Natural resources (economically referred to as land or raw materials) occur naturally within environments that exist relatively undisturbed by mankind, in a natural form. A natural resource is often characterized by amounts of biodiversity existent in various ecosystems.</p>
</body>
</html>