HTML5 Local Storage and Session Storage Krunal Shah2017-10-23T05:19:00-07:00 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 ...Read More
New Features of HTML 5 Krunal Shah2017-10-23T04:14:00-07:00 HTML5 offers new elements/tags and attributes that provide more functionality, flexibility, and efficiency for Web development. This artic...Read More
HTTP Methods Krunal Shah2017-10-23T03:58:00-07:00 HTTP is the basic protocol used by the World Wide Web or WWW. It describes how messages are formatted and transmitted, and what actions We...Read More
Difference between HTML and XML Krunal Shah2017-10-23T03:57:00-07:00 The characteristics of XML and HTML files are different. XML was developed to describe data and HTML was developed to display data. This a...Read More
What is URL? Krunal Shah2017-09-27T03:52:00-07:00 Uniform Resource Locator (URL) is a standardized internet address of a location of an object. This address uniquely identifies that object...Read More
Difference between Website and Web application Krunal Shah2017-09-27T03:51:00-07:00 Web applications and web sites are not exactly same. There exists some differences. This article describes a comparison between web appli...Read More
What is Web Page? Krunal Shah2017-09-27T03:15:00-07:00 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...Read More
What is HTML? Krunal Shah2017-09-27T02:57:00-07:00 HTML is a markup programming language. It is a standardized system for tagging text files to achieve font, color, graphical, and hyperlink...Read More