Thursday, March 30, 2017

Web Designing Course HTML 5 and CSS 3 Lesson 2 Telugu

Web Designing Course HTML 5 and CSS 3 Lesson 2 Telugu








<!DOCTYPE html>
<html>

<head>
            <title>Web Designing Course Lesson 2</title>

      <style type="text/css" media="screen">
           
       body {
             font-family: Arial, Times, Sans-serif;
             background-color: grey;
      }

      header {
             background-color: black;
                       color: white;
                       width: 80%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            padding: 10px;
      }

      section {
             background-color: white;
                       width: 80%;
            margin-left: auto;
            margin-right: auto;
            border-width: 5px;
            border-style: solid;
            border-color: black;
            padding: 5px;        

      }

      footer {
             background-color: black;
                       color: white;
                       width: 80%;
            margin-left: auto;
            margin-right: auto;
            padding: 10px;

      }


      </style>

</head>

<body>
               <header>
                          <hgroup>
                              <h1>Web Designing Course Lesson 2</h1>
                              <h2>Learn HTML 5 and CSS 3 in Telugu</h2>
                          </hgroup>
              </header>

               <section>
                               <article>
                                           <h1>This is my first article - Lesson 2</h1>
                                           <p>Once upon a time there was an old woman who loved baking gingerbread. She would bake gingerbread cookies, cakes, houses and gingerbread people, all decorated with chocolate and peppermint, caramel candies and colored frosting.</p>
                                           <p>She lived with her husband on a farm at the edge of town. The sweet spicy smell of gingerbread brought children skipping and running to see what would be offered that day.</p>
                                           <p>Unfortunately the children gobbled up the treats so fast that the old woman had a hard time keeping her supply of flour and spices to continue making the batches of gingerbread. Sometimes she suspected little hands of having reached through her kitchen window because gingerbread pieces and cookies would disappear. One time a whole gingerbread house vanished mysteriously. She told her husband, Those naughty children are at it again. They dont understand all they have to do is knock on the door and Ill give them my gingerbread treats.</p>
                               </article>
               </section>

               <footer>Copyright © www.telugucomputerworld.blogspot.com</footer>
</body>

</html>


Click Here for Full Video Lessons

Available link for download