HTML5 Local Storage and Session Storage
In our web application we need to store data. We can do this in different ways and we can store our data on client side as well as server side. …
tutorials | source code | tips & tricks
In our web application we need to store data. We can do this in different ways and we can store our data on client side as well as server side. …
HTML5 is the enhancement of HTML4. It reduces some limitations of older versions.This article describes some important questions with answers in HTML5. Hope it will help you to build successful …
HTML5 offers new elements/tags and attributes that provide more functionality, flexibility, and efficiency for Web development. This article explains what is new in HTML5 or what are the new features …
Responsive web design is the practice of development or building a website/web application suitable to work on every device and screen size. It does not care about mobile or desktop, …
HTTP is the basic protocol used by the World Wide Web or WWW. It describes how messages are formatted and transmitted, and what actions Web servers and Web browsers should …
The characteristics of XML and HTML files are different. XML was developed to describe data and HTML was developed to display data. This article describes a comparison between HTML and …
Uniform Resource Locator (URL) is a standardized internet address of a location of an object. This address uniquely identifies that object on the internet. It does not have any space …
Web applications and web sites are not exactly same. There exists some differences. This article describes a comparison between web application and web site. Web Application VS Web SiteWebsite and …
A web application is a computer program that runs in a web browser. It communicates with the user via HTTP. This type applications are developed by different web technologies. Web …
A Web site is a group of files and related resources accessible through the World Wide Web and organized under a particular domain name. This article describes an introduction to …
A Web site is a combination of some HTML documents. Each HTML document is a Web page. A Web site can have one or more Web pages. Each page is …
The DOM (Document Object Model) is W3C standards that describe the structure of a HTML document and the relationship between different elements like text, attributes, and tags on a page. …
HTML is a markup programming language. It is a standardized system for tagging text files to achieve font, color, graphical, and hyperlink effects on Web pages. This article describes an …