<!DOCTYPE html>

<html lang="en-us">

 <head>

 <base href="https://www.kmacims.com.ng/index.php" target= “_blank”>

<meta name="description" content="Practical driven online courses at affordable prices.">

<title>Web Design Courses for Beginners: Block-Level Elements</title>

   <style>
     p{color: green; border: 2px solid silver; margin: 10px; padding: 15px;}

  span{color: orange; font-weight: bold;}
     q{color: red; text-decoration: underline;}

    </style>
  
     </head>

     <body>

    <p>It is not a new thing that <span>politics</span> in <span>Nigeria</span> is for the risk takers.
This tells why people could leave their current jobs and business to pursue politics. This is because in Nigeria, <q cite="https://www.kmacims.com.ng/blog/"><small>People believe that politics is the easiest way to become a multi-millionaire.</q> </small>How can we change this mentality and make people to be accountable to the populate?

 </p>

     </body>

</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.