Java Topics

div tags and classes

 <!DOCTYPE html>

<html>

<head>

      <title>Web Designing Course</title>

  <style>

          div.wdc{

         background-color:#1A994A;

color:white;

padding:10px;

}

  

  </style>

</head>

<body>

       

       <section>

            <article>

         <h1>div tags and classes</h1>

<div class="wdc">

<p>This is a Tvs Tree Technologies world-wide website,

In this we can learn different technologies</p>

</div>

<h1> web designing course</h1>

<div class="wdc">

<p>In this website you can learn both front-end and back-end technologies</p>

</div>

</article>

   </section>

       <footer>Copyright © www.tvstreetechnologies.blogspot.com</footer>    

</body>

</html>


Output:




No comments:

Post a Comment