HTML Image Align Example

Image alignment right side

<html>
<head>
</head>
<body>
  <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) occur naturally within environments that exist relatively undisturbed by mankind, in a natural form.</p>
</body>
</html>
Natural

Natural resources (economically referred to as land or raw materials) occur naturally within environments that exist relatively undisturbed by mankind, in a natural form.

Image alignment left side

<html>
<head>
</head>
<body>
  <img src="../../images/img_nat.png" width="120" height="80" alt="Natural" align="left" />
  <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.</p>
</body>
</html>
Natural

Natural resources (economically referred to as land or raw materials) occur naturally within environments that exist relatively undisturbed by mankind, in a natural form.

Image alignment wrap around

<html>
<head>
</head>
<body>
  <img src="../../images/img_nat.png" width="120" height="80" alt="Natural" align="left" />
  <p style="margin-left:-2px;">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. Natural 
  <b><br clear="all" /></b> resources are derived from the environment. Many of them 
  are essential for our survival while others are used for satisfying our wants. Natural 
  resources may be further classified in different ways.</p>
</body>
</html>
Natural

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. Natural
resources are derived from the environment. Many of them are essential for our survival while others are used for satisfying our wants. Natural resources may be further classified in different ways.