<!DOCTYPE html>
<html>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-7">
 <head>
 <title>Introducing CSS</title>
 <link href="example.css" type="text/css" rel="stylesheet" />
 body {
font-family:Arial, sans-serif;}
 h1, h2 {
color: blue;
  font-weight: bold;}
 p {
color: red;font-family: Arial, Helvetica, sans-serif;
}
 </head>
 <body>
 <h1>From Classic Marketing to Digital Marketing</h1>
 <p>Structure <i>Differences</i> Between Classic & Digital
Marketing </p>
 <h2>Communication Differences</h2>
 <p>With traditional marketing, communication was very one sided
when it came to the presentation of the product, where as now
individuals are able to interact with the seller, leave comments and
address issues with the click of a button ... </p>
 </body>
</html>