<!DOCTYPE html>
<html>
<head>
<title>HTML hgroup tag</title>
</head>
<body>
<article>
<hgroup>
<h1>Title of article</h1>
<h3>Subtitle of article</h3>
</hgroup>
<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>
</article>
</body>
</html>