Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>HTML footer tag</title> </head> <body> <article> <h1>Heading</h1> <img src="../../images/img_nat.png" width="120" height="80" alt="Natural" align="right" /> <p>Natural resources (economically referred to as land or raw materials) are naturally forming substances that are considered valuable in their relatively unmodified (natural) natural form. A natural resource's value rests in the amount and extract ability of the material available and the demand for it. The latter is determined by its usefulness to production. A commodity is generally considered a natural resource when the primary activities associated with it are extraction and purification, as opposed to creation.</p> </article> <footer> <p>&copy; Copyright 2017. All Rights Reserved.</p> </footer> </body> </html>
  Preview Arrow