Email Marketing

EMAIL MARKETING Email marketing is the act of sending a commercial message, typically sent to a potential or current customer could be considered email marketing. It involves using email to send advertisements, request business, or solicit sales or donations. Email marketing strategies commonly seek to achieve one or more of Read more…

Web Development

WEB DEVELOPMENT Web development is the work involved in developing a website for the internet ( world wide web) or an infra net (a private network). Web development can range from development a simple single static page of plain text to complex web-based internet applications (web apps), electronic businesses, and Read more…

Best practices

A best practice is a method or technique that has been generally accepted as superior to any alternatives because it produces results that are superior to those achieved by other means or because it has become a standard way of doing things, e.g., a standard way of complying with legal Read more…

Types SEO

There are mainly 3 types of SEO 1. White hat SEO 2. Black hat SEO 3. Gray hat SEO 1. White hat SEO:- White hat refers to any practice that improves your search engine performance on a search engine results page(SERP) while maintaining the integrity of your website and staying Read more…

What is Bootstrap?

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites. Bootstrap 4 is the newest version of Bootstrap Bootstrap Example: <!DOCTYPE html> <html lang=”en”> <head> <title>Bootstrap Example</title> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script> <script src=”https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js”></script> </head> <body> <div class=”jumbotron text-center”> Read more…