How to send web notifications in HTML5

In our blog today we will write a simple program to send web notifications from a server to a web page. We can use...

HTML5 and Mobile Phones/Mobile Apps

Last time we learned about Application Cache and its uses. Today we are going to learn something about HTML5 with mobile apps. There is a...

Learn to implement image slider using bootstrap

Today in this tutorial, we will learn to implement image slider using bootstrap, similarly we will learn how to create content slider called as...

Design HTML Tables and Lists practically

0
Hi friends, I am back again with HTML tutorial. We learned HTML tables and lists theoretically earlier. Now we are going to study it practically. Before starting, I...

SVG in HTML5

In this tutorial we are going to learn a new topic SVG. Today we will have some introduction on SVG and then try it...

How to use Drag and Drop in HTML5

Drag and Drop is one of the coolest feature of HTML5 and I personally like it a lot. You will learn its use in...

Introduction to HTML Basics

0
I am here to help you to learn HTML5. To learn to create a dynamic website, we need to learn:    HTML4 basics and then the new...

Introduction to HTML5

0
We have learned to create a simple website using HTML4 and CSS. Today we are going to start with a new version of HTML, HTML5...

How to implement drop down menu using jQuery

In this session we will study how to implement drop down menu with the help of jQuery.Here we will create some tabs where each...

Fetching Data with Ajax

Last time we understood the basics of Ajax. So, today we are going to learn how to fetch data using Ajax without refreshing the...