"Digital Marketing "
Bootstrap 4.1.1 Snippet by techgrowthhack

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> </div <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>My Digital Marketing Agency</title> </head> <body> <header> <nav> <ul> <li><a href="#services">Services</a></li> <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> </ul> </nav> </header> <main> <section id="services"> <h2>Our Services</h2> <p>We offer the following digital marketing services:</p> <ul> <li>Search Engine Optimization (SEO)</li> <li>Pay-Per-Click Advertising (PPC)</li> <li>Social Media Marketing</li> <li>Content Marketing</li> </ul> </section> <section id="about"> <h2>About Us</h2> <p>We are a team of experienced digital marketers who specialize in helping businesses grow online. We use data-driven strategies to generate more traffic, leads, and sales for our clients.</p> </section> <section id="contact"> <h2>Get in Touch</h2> <form action="submit-form.php" method="post"> <label for="name">Name:</label> <input type="text" id="name" name="name" required> <label for="email">Email:</label> <input type="email" id="email" name="email" required> <label for="message">Message:</label> <textarea id="message" name="message" required></textarea> <input type="submit" value="Submit"> </form> </section> </main> <footer> <p>Copyright © 2023 My Digital Marketing Agency</p> </footer> </body> </html>

Related: See More


Questions / Comments: