Select Page

Blog

YouTube Video Tutorials on villagecoder.com
HTML form tag

HTML form tag

The <form></form> tag is a container for form elements. The form element itself isn’t usually a visible part of the page. It can however be with the help of CSS. HTML <form> tag is used to collect data from users The form element...

read more
Basic Parts of a Java program

Basic Parts of a Java program

In Java, whenever you create an object from a class, the object is called an instance of the class. The object is something like a child of the class and it holds characteristics of the class just as a child will have characteristics of the parent. Each object is...

read more