Madhu Tammisetti

I am a Writer

Madhu Tammisetti

Hello all! My name is Madhu. My Main Goal is to provide Real value and High-Quality Services related to Digital Marketing and Online Business and Web designing .I hope my services will help you alot to grow your business higher with more profits.

  • 1-144/A,Andhra Pradesh,India.534328
  • +91 9948153014, +91 8247698044
  • admin@madhutammisetti.blogspot.com/
  • https://madhutammisetti.blogspot.com/
Me

My Professional Skills

Email Marketing, Web Designing, Logo Designing, wordpress, SEO.

Web Design 75%
Web Development 60%
Email Marketing 95%
Logo Designing 95%
Wordpress 70%

Web Designing

Website is very much important for every business and i will make it perfect.

Logo Designing

Logo will get powerful identity for your business . I am here to make any type of logos.

Word press

I can create excellent websites using wordpress . Here it is a much faster service

Email-Marketing

Faster way to reach your business to target audience is through Email Marketing. Trust me it will takes get more income because every mail i send to inbox not to spam

SEO

Rank your website to first page and gets more traffic to your website . With my SEO skills i will train your website to make first class as teacher makes student .

Fast support

Most important service is fast response . I am 24/7 avaliable and give faster service to my clients .

0
completed project
0
design award
0
facebook like
0
current projects
  • Responsive Photo Portfolio Website (Project-4)

    Responsive Photo Portfolio Website (Project-4)

     Project Based on the Html and Css on the Photographer Portfolio (Project-4)

    This was also an Responsive website for the photos portfolio. But here i am taking the same size photos which will change according to their screen size .

    While you run this you need to add the your images  address in the source attribute (src).

    while run this program it will only change the sizes of the elements based on the screen size . but it will change the element location. 

    You need to take the same size (width and height ) then only it will work . 



    <!DOCTYPE html>

    <html lang="en">

    <head>

        <link href="portfolio.css" rel="stylesheet">

        <link href="https://fonts.googleapis.com/css2?family=Girassol&display=swap" rel="stylesheet">

        <meta charset="UTF-8">

        <meta http-equiv="X-UA-Compatible" content="IE=edge">

        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <title>Portfolio</title>

    </head>

    <body>


       <div>Madhu Photo Portfolio</div>

            <img src="1.jpg" alt="a"><img

             src="2.jpg" alt="b"><img

             src="3.jpg" alt="c"><img

             src="4.jpg" alt="d"><img

             src="5.jpg" alt="e"><img

             src="6.jpg" alt="f"><img

             src="7.jpg" alt="g"><img

             src="8.jpg" alt="h"><img

             src="9.jpg" alt="i">

        

        

        

    </body>

    </html>


    <style>

    img{


        width:30%;

        margin:1.6666%;

       

    }

    div{

        text-transform: uppercase;

        border-bottom: 2px solid #f1f1f1;

        width:30%;

        margin-left:1.5%;

        padding: 1.2em 0;

        font-family: 'Girassol', cursive;

        font-size:1.2em;


    }

    </style>

  • Media Queries (Project-3)

    Media Queries (Project-3)

     Project Based on the Html and Css on the Media Queries  (Project-2)

    Media queries can be used to check many things, such as: width and height of the viewport. width and height of the device.

    The website will automatically response for the different screen sizes. This may termed as an Responsive web design.

    Here is the code for the responsive website . Here i am including the css in the tag name <style>





    <!DOCTYPE html>

    <html lang="en">

    <head>

        <link href="mediaq.css" rel="stylesheet">

        <link href="https://fonts.googleapis.com/css2?family=Girassol&display=swap" rel="stylesheet">

        <meta charset="UTF-8">

        <meta http-equiv="X-UA-Compatible" content="IE=edge">

        <meta name="viewport" content="width=<device-width>, initial-scale=1.0">

        <title>Media Quary Project</title>

    </head>

    <body>

        <nav>

            <a href="#">home</a>

            <ul>

                <li><a href="#">Learn More</a></li>

                <li><a href="#">About</a></li>

                <li><a href="#">Contact</a></li>    

            </ul>

            <a href="#">Signup</a>

        </nav>

        <h1>

            Media Queries

        </h1>

    </body>

    </html>

    <style>

    body{

        font-family: 'Girassol', cursive;

    }

    h1{

        font-size: 6em;

        text-align: center;

    }

    nav{

        font-size:1.5em;

        display: flex;

        justify-content:space-between;

        text-decoration: none;

       

    }

    nav ul{

        border:1px solid hotpink;

        flex:1;

        max-width: 50%;

        display: flex;

        justify-content: space-evenly;

    }

    ul, li{

        display:inline;

        margin:0;

        padding:0;


    }

    /* @media (min-width:600px)and (max-width:800px){

        h1{

            color: purple;

        }


    } */


     /* Here order matters first 1500px next 1000px next 500px*/

    /* @media(max-width:1500px){

        h1{

            color:yellow;  

        }

    }

    @media(max-width:1000px){

        h1{

            color: green;

        }

    }

    @media(max-width:500px) {

        h1{

            color:red;

        }

    } */



    /* another form*/

    h1{

        color: red;

    }

    @media(min-width:500px){

        h1{

            color:purple;

        }


    }

    @media(min-width:1000px){

        h1{

            color:seagreen;

        }

    }

    @media(min-width:1500px){

        h1{

            color:steelblue;

        }

    }

    /* to rotate a screen*/

    /* @media(orientation:landscape){    

        body{

            background-color: grey;

        }

    } */


    /* Responsive Nav*/


    @media(max-width:564px){

        h1{

            font-size: 4em;

        }

        nav, nav ul{

            flex-direction: column;

            align-items: center;

        }

    }

       

    @media(max-width:379px){

        h1{

            font-size: 2em;

        }

    }

    </style>


  • Everything from HTML Project-1.

    Everything from HTML Project-1.

     This are the different types of elements that will cover entire HTML. (Project-1)

    This project will cover only HTML elements .



    <html>


    <head>

       

        <title>

            wifidigi Home page

        </title>

    </head>


    <body>

        <h1>Madhu Tammisetti</h1>

        <p>Hello all! My name is Madhu. My Main Goal is to provide Real value and High-Quality Services related to Digital

            Marketing and Online Business and Web designing .

            I hope my services will help you alot to grow your business higher with more profits.</p>

        <h2>My Professional Skills</h2>

        <p>Email Marketing, Web Designing, Logo Designing, wordpress, SEO.</p>

        <h2>WEB DESIGNING</h2>

        <p>Website is very much important for every business and i will make it perfect. Web development is the work involved in developing a Web site for the Internet

             (World Wide Web) or an intranet (a private network).[1] Web development can range from developing a simple single static page of plain text to complex web applications,

              electronic businesses, and social network services.A more comprehensive list of tasks to which Web development commonly refers, may include Web engineering, Web design, 

              Web content development, client liaison, client-side/server-side scripting,  Web server and network security configuration, and e-commerce development.

                Among Web professionals, "Web development" usually refers to the main non-design aspects of building Web sites: writing markup and coding.[2] Web development may use content 

                management systems (CMS) to make content changes easier and available with basic technical skills.

              </p>

        <h2>LOGO DESIGNING</h2>

        <p>Logo will get powerful identity for your business . I am here to make any type of logos. For larger organizations and businesses,  Web development teams can consist of hundreds of people (Web developers) and follow standard methods like Agile methodologies

            while developing Web sites. Smaller organizations may only require a single permanent or contracting developer, or secondary assignment to related 

            job positions such as a graphic designer or information systems technician. 

            Web development may be a collaborative effort between departments rather than the domain of a designated department.

             There are three kinds of Web developer specialization: front-end developer, back-end developer, and full-stack developer. 

             Front-end developers are responsible for behavior and visuals that run in the user browser, while back-end developers deal with the servers.</p>

        <h2>WORD PRESS</h2>

        <p>I can create excellent websites using wordpress . Here it is a much faster service.</p>

        <h2>EMAIL-MARKETING</h2>

        <p>Faster way…</p>

        <hr>

        <h1> My websites</h1>

        <p>This is my <a href=" https://madhutammisetti.blogspot.com/">Blog spot </a> website link where you can find all of

            my blogs and you can the affliate links </p>

        <p> Another website of my will medium website where you can the all of my stories and the html programs and much

            more stuff .

            This website is mine and it is named as <a href="

        https://wifidigi.medium.com/"> wifidigi</a>You can grow through each of my stuff here. Thankyou</p>

        <hr>

        <h1>Here we Go and its me</h1>

        <img src="madhu.jpg" alt="madhu" title="madhu">

        <h1> And here she is my girl friend</h1>

        <img src="https://rb.gy/tvgbkj" alt="kriti shetty" title= "madhu lover">

        <hr>

        <h1> Tammisetti Family </h1>

        <ul>

            <li>

                Malchama-venkanna

                <ol>

                    <li>pullaya

                        <ol>

                            <li>satyanarayana</li>

                            <li>rajamandry bappa</li>

                            <li>banda pedananna</li>

                        </ol>

                    </li>

                    <li>venkkana

                        <ol>

                            <li>peddaraju</li>

                            <li>chinnaraju</li>

                            <li>prasad</li>

                            <li>venkatrao</li>

                            <li>suryarao</li>

                        </ol>

                    </li>

                    <li>mallaya

                        <ol>

                            <li>mani bappa</li>

                            <li>venkatesulu babai</li>

                        </ol>

                    </li>

                    <li>mangarao

                        <ol>

                            <li>lakshmi Bappa</li>

                            <li>srinivas</li>

                            <li>ramesh</li>

                        </ol>

                    </li>

                    <li>kondayya

                        <ol>

                            <li>Bujji Bappa</li>

                        </ol>

                    </li>


                </ol>


            </li>

        </ul>

        <hr>

        <h1> Block vs Inline</h1>

        <h3 style="border:solid red">block element 1 </h3>

        <!--block element-->

        <h3 style="border:solid seagreen">block element 2 </h3>

        <!--block element-->

        <p style="border:solid red">bcazvfZBxv</p>

        <!--block element-->

        <a style="border:solid seagreen" href="https://www.google.com/"> google</a>

        <!--inline element-->

        <a style="border:solid red" href="https://www.facebook.com/"> facebook</a>

        <!--inline element-->

        <hr>

        <h1> Exmaple of Sup</h1>

        <p> Maths formulae for a<sup>2</sup>+b<sup>2</sup> and the answer is a<sup>2</sup>+b<sup>2</sup>+2ab </p>

        <h1>Example for Sub</h1>

        <p> The chemical formulae for the "Caffeine" is c<sub>8</sub>h<sub>10</sub>n<sub>4</sub>o<sub>2</sub> this is the

            formulae </p>

        <p>Another example using both the elements like half plus half is one . Mathematecial representation is

            <sup>1</sup>/<sub>2</sub>+<sup>1</sup>/<sub>2</sub>=1</p>

        <hr>

        <h1>Example for Table</h1>

        <h5> My total marks in Studies</h5>

        <table>

            <thead>

                <!--actually it is not necessary-->

                <tr>


                    <th>Names</th>

                    <th>Subject1</th>

                    <th>Subject 2</th>

                    <th>Subject3</th>

                    <th> Subject4</th>


                </tr>

            </thead>

            <!--actually it is not necessary-->


            <tbody>

                <tr>

                    <th>Madhu</th>

                    <td>69</td>

                    <td>75</td>

                    <td>88</td>

                    <td>100</td>

                </tr>

                <tr>

                    <th>Durga</th>

                    <td>96</td>

                    <td>97</td>

                    <td>98</td>

                    <td>100</td>

                </tr>

                <tr>

                    <th>Charith</th>

                    <td>94</td>

                    <td>96</td>

                    <td>97</td>

                    <td>95</td>

                </tr>

            </tbody>

        </table>

        <hr>

        <h1>Another Example for Table</h1>

        <h5> which has 1 row and 2 columns as heading</h5>

        <table>

            <thead>

                <!--actually it is not necessary-->

                <tr>


                    <th>Names</th>

                    <th rowspan="2">Subject1</th>

                    <th rowspan="2">Subject 2</th>

                    <th rowspan="2">Subject3</th>

                    <th rowspan="2"> Subject4</th>

                    <th colspan="2">subject5</th>


                </tr>

                <th>economics</th>

                <th>Histroy</th>

                <tr>


                </tr>

            </thead>

            <!--actually it is not necessary-->


            <tbody>

                <tr>

                    <th>Madhu</th>

                    <td>69</td>

                    <td>75</td>

                    <td>88</td>

                    <td>100</td>

                </tr>

                <tr>

                    <th>Durga</th>

                    <td>96</td>

                    <td>97</td>

                    <td>98</td>

                    <td>100</td>

                </tr>

                <tr>

                    <th>Charith</th>

                    <td>94</td>

                    <td>96</td>

                    <td>97</td>

                    <td>95</td>

                </tr>

            </tbody>

        </table>

        <hr>


        <h1> Example for Forms and Inputs </h1>

        <h2> Registration for new user</h2>

        <form  action="wifidigi">

            <div class="hlo">

                <label for="First Name"> First Name : </label>

                <input type="text" placeholder="Enter First name" id="First Name" name="what is your name" minlength="3" maxlength="10" required>

            </div>

            <div >

                <label for="Last Name"> Last Name : </label>

                <input type="text" placeholder="Enter Last Names" id="Last Name" name="last" minlength="3" maxlength="10" required>

            </div>

            <div >

                <label for="Email"> Email Address : </label>

                <input type="email" placeholder="Enter Email address" id="Email" name="email" minlength="3" maxlength="10" required>

            </div>

            <div>

                <label for="mobile"> Mobile : </label>

                <input type="tel" placeholder="Enter mobile" id="mobile" name="phn">

            </div>

            <div>

                <label for="DOB"> DOB : </label>

                <input type="datetime-local" placeholder="Enter DOB" id="DOB" name="birth date">

            </div>

            <div >

                <label for="sex">Gender</label>

                <select id="sex" name=gender>

                    <option value=""> Select your gender</option>

                    <option value="M"> Male</option>

                    <option Value="F"> Female</option>

                    <option value="o"> Other</option>

                </select>

            </div>

            <div>

                <label for="resume">Resume : </label>

                <input type="file" placeholder="Upload resume" id="resume" name="resmue">

            </div>

            <div    >

                <input type="radio" id="one" name="course" value="CS">

                <!--here in radio input type we have to give name attritude same to all the radio in one div otherwise it will select everyoneradio-->

                <label for="one">customer support</label><br>

                <input type="radio" id="two" name="course" value="WD">

                <label for="two"> Web development</label><br>

                <input type="radio" id="three" name="course" value="DM">

                <!--for radio type input it will show as an "on" . but we have know what the user has select for that we have to use the "value" attribute .-->

                <label for="three">Digital Marketing</label>

            </div>

            <div>

                <label for="meter">Skill range</label>

                <input type="range" id="meter" name="amount" min="1" max="20">

            </div>

            <div>

                <label for="pass"> Create Password : </label>

                <input type="password" placeholder="Set Password" id="pass" name="create pass" minlength="3" maxlength="10" required>

            </div>

            <div>

                <label for="me"> Any Questions</label>

                <textarea name="write me" id="me" cols="30" rows="10" placeholder="ask your questions "></textarea>

            </div>

            <div >

                <input type="checkbox" id=agree name="tick">

                <label for="agree"> i have agreed all the T&C</label>

            </div >


                <button>Submit</button>

            

            


        </form>

        <hr>

        <h1> Types of Button representation </h1>

        <!--if the button inside the form it will submitted the form to action and if button outside the form it will not submit-->

        <button> Submit </button>

        <button type="button"></button> <!-- if it is inside the form it will not submit , its just act like button-->

        <input type="text">

        <!--if it is inside the form ,form will submitted-->

        <input type="text" value="click me">

        <hr>

        <h1> Creating own search form and Hijacking search forms.</h1>

        <h2>Reddid Search</h2>

        <form action="https://www.reddit.com/search">

            <!-- creating own search form for redid ,google and youtube where we can send data to their servers from our forms end up with getting a search page.-->

            <label for="redid"> Reddit</label>

            <input type="text" name="q" id="redid">

            <button>search Reddit</button>

        </form>

        <h2> Google Search</h2>

        <form action="https://www.google.com/search">

            <label for="google">Google </label>

            <input type="text" name="q" id="google">

            <button>Search Google</button>

        </form>

        <h2> Youtube Search</h2>

        <form action="https://www.youtube.com/results">

            <label for="youtube"> Youtube</label>

            <input type="text" name="search_query" id="youtube">

            <button>Search Youtube</button>

        </form>

        <hr>


        <p> This website is under the copy right &#169; wifidigi2021 content here published in 2021</p>

        <hr>



    </body>


    </html>

  • Completed HTML and CSS part.

    Completed HTML and CSS part.

     I have completed HTML and CSS part from "The Web Developer Bootcamp 2021" from Udemy.

    I have started this course on May 1st . It takes 12 days to complete html and css part . Lot more things to complete the entire course. It nearly take 3 to 4 months.




  • GET A FREE QUOTE NOW

    Your Hard Work will helps you When you are in difficult Situation.

    Search This Blog

    Powered by Blogger.

    Blog Archive

    ADDRESS

    1-144/A, Andhra Pradesh India

    EMAIL

    contact-mt071436@gmail.com
    madhutammisetti9948@gmail.com

    TELEPHONE

    +91 9948153014

    MOBILE

    8247698044