<head>
<meta charset= "utf-8">
<!DOCTYPE html>
<html>
 <head>
 <title>Introducing CSS</title>
 <link href="example.css" type="text/css" rel="stylesheet" />
 </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>
body {font-family: Roboto, Verdana, sans-serif;}
 h1, h2 {color: #ee3e80;}
 p {color: black;} 
</head>