What Java is
Developed by Sun Microsystems, it is a programming language specifically designed for writing programs that can be safely downloaded through the Internet without fear of viruses or other harm to computers or files. Using small Java programs called applets, Web pages can include functions such as animations, calculators, and other fancy tricks. Java is a simple, robust, object-oriented, platform-independent, multi-threaded, dynamic, general-purpose programming environment. It is best used for creating applets and applications for intranets, the Internet, and any other complex, distributed network.
The meaning of Tag
In Web programming languages, it is the code that describes a command or instruction so that a Web browser will be able to interpret and display it. In order to link an image or word on a Web page, you must put specific tags around the image or word in the code. This is known as basic HTML and it's pretty easy. Look up the HTML definition for more info.