HTML5 Document

The following tags have been introduced in HTML5 for better structure:

section:
This tag represents a generic document or application section. It can be used together with h1-h6 to indicate the document structure.

article:
This tag represents an independent piece of content of a document, such as a blog entry … Read more

What is AngularJS ?

  angularjs[1]

AngularJS is commonly referred to as “Angular” and it is an open-source web application framework maintained by Google and by a community of individual developers and corporations to address many of the challenges encountered in developing single-page applications. AngularJS  helps to simplify both the development and the testing of … Read more

What are the basic features of AngularJS ?

AngularJS is a powerful JavaScript based development framework to create RICH Internet Application(RIA).

It provides developers options to write client side application (using JavaScript) in a clean MVC(Model View Controller) way.

AngularJS is cross-browser compliant. AngularJS automatically handles JavaScript code suitable for each browser.

AngularJS is an open source, completely … Read more