Author name: SKB

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″> […]

Share

Bootstrap panels Read More »

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>

Share

Bootstrap Navigation bar Read More »

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

Share

What is bootstrap Read More »

Sliding menu in html css

Slider menu in html page using css To create a slider navigation menu in html by using CSS syntax. Copy the following program and paste in Notepad then save as .html file extension and view in browser. <html> <style> body { font-family: “Tahoma”, sans-serif; } .sidemenu { height: 100%; width: 0; position: fixed; top: 0;

Share

Sliding menu in html css Read More »

fixed background image using css

Fixed background image in HTML page using CSS To fix the background image static at center, means no scrolling image! The following CSS page must be created. Have a look. h1 { background-color: green; } div { background-image: url(“d:\solid.jpg”); } p { background-color: yellow; } BODY { background-image:url(“d:\java-logo.jpg”); background-repeat: no-repeat; background-position: center; background-attachment: fixed; }

Share

fixed background image using css Read More »

fixed top bar using html

Fixed header in html Fixed header menu or top bar using html is an essential in most of the modern web pages are concerned. To fix this header  menu bar constant at particular location, implement the following css code in your html program. <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <html> <head> <style> #menu1 { position: fixed; background-color:cyan;

Share

fixed top bar using html Read More »

Entrepreneurship Development program

Entrepreneurship Development program or EDP Entrepreneurship Development program or EDP is a need for the hour because without entrepreneurship there is no business which means no employment and hence no jobs! But everyone cannot become an entrepreneur because it takes lot of efforts and stability and capability in all areas like finance, production and marketing

Share

Entrepreneurship Development program Read More »

Govt Jobs January-2017

Government jobs January – 2017 Shastra Seema Bal requires 872 Sub Inspector assistant Sub Inspector and head constable. [click here]  Agriculture scientist recruitment Board invites application for various senior scientist post.[Click here]   Banda University of Agriculture and Technology requires  professor and assistant professor.[click here] Tata Institute of Fundamental Research. Applications are invited for following

Share

Govt Jobs January-2017 Read More »

Job Oriented Courses

Career and Job oriented courses by Symbiosis Pune [online college degrees courses] Symbiosis Distance Learning offers various job oriented short term and long term courses. Long term programs such as PGDBA etc are recognized by UGC and distance education bureau[DEB] New Delhi, Govt of India. Whereas short term programs like diploma in creative writing are

Share

Job Oriented Courses Read More »

Share
Scroll to Top