Bootstrap

AngularJS

What is AngularJS? AngularJS is a front-end open source javascript based framework. AngularJS is maintained and developed by Google and its community of developers. Angular JS is written in javascript and its a cross-platform browser supporting tool. Here the more focus is on HTML web apps with best user experience across different screen sizes (Mobile/Desktop/Projector …

AngularJS Read More »

Share

Bootstrap panels

Creating Panels in Bootstrap The following example shows that how to create beautiful panels using Bootstrap.     Simply copy and paste the following code in notepad and save it as xyz.html (any file name but .html extension) and view in browser. <!DOCTYPE html> <html lang=”en”> <head> <title>Bootstrap Examples</title> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> …

Bootstrap panels Read More »

Share

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
Share
Scroll to Top