| by Achyut Kendre | No comments

Forms in HTML?

In this session we will try to understand how to create html forms and how to use it. What is Form? Form is tool by which we collect information form the user. You might filled lot of forms like admission form, enquiry form etc. What is HTML Form? An HTML form is used to collect […]

Read More
| by Achyut Kendre | No comments

How to Create Tables-HTML?

HTML tables allow web developers to arrange data into rows and columns. Tables are basically used to create tabular representation of data or to create a tabular layout. Define an HTML Table Html provides you <table> tag to create the table or define the table. It is binary tag so table starts with <table> and […]

Read More
| by Achyut Kendre | No comments

What is HTML?

Html is hyper text markup language in initial days it was used to publish or share data on the web. Later on modifications happens in html and now days we can use the html to format or create the presentation of data on web. Now a days we can say html is used for web-page […]

Read More
| by Achyut Kendre | No comments

Web Application Basics.

What is Web Application? Web Application is a Application software which runs on internet or can be consumed from internet.Web Application is a Application software designed, developed, deployed and consume using web. What is Computer Network? Computer Network is inter connection between two or more devices, to communicate / to exchange data.e.g. WAN, LAN, MAN […]

Read More