Responsive them
Mobile
File setup
index.html
<html>
<head>
<title>Zia Personal Web site</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta name="viewport"...
A very simple way to create main interface using Div tag.
<html>
<head>
<title> How you can use HTML <div> tag</title>
<style>
#body {
padding: 0;
margin:0;
background: black;
}
#header{
background: #ffffff;
width:...
Just add the following code to your index page and you are ready to use all the functionalities of Bootstrap, FontAwesome and jQuery
<!DOCTYPE html>
<html>
<head>
<title> </title>
<!-- Favicon Start -->
<link...
Use CSS To Work With Background Images
In order to do this you can easily use CSS for your websites. Here is the example CSS code to apply those effects. If you play with this you can achieve your goal according to your's need.
1. Overlay the image
Apply image overlay...
What are basic fundamentals of JavaScript?
According to w3schools JavaScript is the programming language of HTML and the Web. JavaScript is used to add more functionalities to you web applications.
Where to use JavaScritp?
You can use JavaScritp in different ways which...
According to w3school jQuery contains powerful methods for changing and manipulating HTML elements and attributes.
The more explanation is given by w3school under
Get Content - text(), html(), and val()
Three simple, but useful, jQuery methods for DOM manipulation are:
jQuery...
7 commonly used jQuery Effects
The most widely used 7 jQuery effect are following!
jQuery hide() and show()
Fading
Sliding
Animation
Stop Animations
Callback Functions
Chaining
Note: Above are the basic Effects, but one other effect which play a very important...
What is jQeury?
According to W3School “jQuery
is a lightweight, "write less, do more", JavaScript library”
What is the purpose of jQuery?
Jquery is used to make it much easy to use JavaScripts, in
website. Normaly it is very hard to use JavaScript, and jQuery make...