Web

Bootstrap Navigation bar

Bootstrap Navigation Bar To create navigation bar for your website with using Bootstrap is quite easy. Just copy the following tag and paste it into notepad, save with .html extension. <!DOCTYPE html> <html lang=”en”> <head> <title>Bootstrap Examples</title> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/cs s/bootstrap.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jque ry.min.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/b ootstrap.min.js”></script> </head> <body> …

Bootstrap Navigation bar Read More »

Share

What is bootstrap

Bootstrap Bootstrap is the complete mobile-first user interface design framework for websites and mobile applications. It is created by a designer and developer at twitter.com. It is one of the most popular front-end and open source tools in the world.  Bootstrap is fully responsive with mobile-first motto which is developed along with HTML, Javascript and …

What is bootstrap Read More »

Share
internet

what is internet

INTERNET INTERNET is a network of networks. Just as interstate highway system links one city to another, similarly the Internet links thousands of computer networks. This library lends books, audio and video: -Only one item at a time -Any two item at a time -All the three items -Internal borrowing among members is also allowed …

what is internet Read More »

Share

XML

Introduction to XML XML or Extensible Markup Language, can define their own set of tags Make it possible for people or programs to understand these tags. XML Scope and Application Valuable both to the Internet and large corporate intranet environments. Provides interoperability using a flexible, open, standards-based format. Applications can be built more quickly. Easier …

XML Read More »

Share

Data Source Naming – DSN

In this post you’ll be able to create DSN [Data Source Naming] for establishing database connection. How to Create DSN for MS Access Here are the steps to create Data Source Naming or DSN for MS Access database. step1: Click on “Start” Menu and click on “Settings” step2: Go to “Control Panel” step3: click on …

Data Source Naming – DSN Read More »

Share
Share
Scroll to Top