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...

New Form Elements – Part 1

0
In this session we will be learning new form elements, input types and different functionality that come to forms in HTML5. What’s new in...

Learn to implement loops in Json

In this session today, we will learn to implement loops in Json. So to get started just follow the steps given below : First of all...

HTML Forms and Input Practical

0
Hello Friends, In some previous chapters we had learned to create a static webpage. Today we are going to create a webpage containing a form which...

Learn to implement Capture API with Phonegap

In this tutorial we will learn to implement capture api with phonegap and create an application which will capture an image in your mobile...

XML with DTD Schema

In this tutorial we are going to create an XML file and a schema as well. So let’s start with our XML with DTD Schema. Steps...

Creating a HTML Webpage

0
Hello friends! We will try to create a webpage using HTML. Friends we will now just try to make a webpage using whatever we learned...
drawing text in SVG

Drawing text in SVG

0
SVG, a W3C recommendation, is an image format. Instead of using JPEG, PNG, and GIF images for your website, you can use SVG images....

Using Div and Span in HTML

<div> and <span> are used in HTML to format and provide layout to the HTML pages. <div> - It simply defines a division...

HTML5 Feature Detection and Drag and Drop – Part 2

Last time we had an introduction to “Feature Detection” and “Drag and Drop”. Today we are going to try it practically. For “Feature Detection” we...