Animated Tabs With CSS3 In this tutorial i will let you know guys, how to create Animated Tabs With CSS3.Here we are using Javascript and CSS3 for this. HTML: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Animated Tabs with CSS3</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Animated Tabs with CSS3" […]
Category: Website Design
Categories
Fixed Menu When Scrolling Page With Css And Jquery In this Tutorial I will explain how to create fixed menu when scrolling page with CSS and jQuery.The aim is to have the navigation fixed when user scrolling the page and back to its original position when scrolling back. Html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" […]
Difference between Website and Web Application Website: Definition : It is a hierarchical relationship of static HTML pages, CSS style sheets, Images, Embedded videos, Flash files etc. compiled into hyper-linked format. Generally, these static HTML pages are easily loaded at client’s end and henceforth performance issues experienced are minimal. Web Application: Definition : It is […]