Showing posts with label course. Show all posts
Showing posts with label course. Show all posts

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

Read more »

Monday, February 13, 2017

Web Designing Course HTML 5 and CSS 3 Lesson 4 Telugu

Web Designing Course HTML 5 and CSS 3 Lesson 4 Telugu





Available link for download

Read more »

Saturday, January 28, 2017

Web Designing Course HTML 5 and CSS 3 Lesson 3 Telugu

Web Designing Course HTML 5 and CSS 3 Lesson 3 Telugu










HTML Code :



<!DOCTYPE html>
<html>

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

      <link rel="stylesheet" type="text/css" href="styles.css" media="screen">

</head>

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

               <section>
                               <article>
                                           <h1>This is my first article - Lesson 3</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>

CSS Code :


body {
        font-family: arial, sans-serif;
        background-color: #C3DDDD;
}

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

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

}

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



Click Here for Full Video Lessons

Available link for download

Read more »

Thursday, December 29, 2016

Web Designing Course Learn HTML 5 and CSS 3 in Telugu Lesson 1

Web Designing Course Learn HTML 5 and CSS 3 in Telugu Lesson 1


Web Designing Course | Learn HTML 5 and CSS 3 in Telugu - Lesson 1

Today, I am going to show you that how to start Web Designing in HTML 5. In this lesson we are explaining about the basic of HTML. It will help you and create an interest about the Topic Web designing and Developing.

Watch the video which is  given below and follow it step by step carefully...






For previous Lesson : Click Here




<!DOCTYPE html>
<html>

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

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

               <section>
                               <article>
                                            <h2>This is my first article - Lesson 1</h2>
                                           <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>www.telugucomputerworld.blogspot.com</footer>
</body>

</html>


Click Here for Full Video Lessons

Available link for download

Read more »

Wednesday, December 28, 2016

Web Designing Course HTML 5 and CSS 3 Lesson 5 Telugu

Web Designing Course HTML 5 and CSS 3 Lesson 5 Telugu





Available link for download

Read more »

Tuesday, November 1, 2016

Web Designing Course HTML 5 and CSS 3 Lesson 7 Telugu

Web Designing Course HTML 5 and CSS 3 Lesson 7 Telugu






Available link for download

Read more »

Sunday, October 2, 2016

Web Designing Course HTML 5 and CSS 3 Lesson 6 Telugu

Web Designing Course HTML 5 and CSS 3 Lesson 6 Telugu





Available link for download

Read more »