languages
- This is a preview of the essay.
To view the full text you must login!
HTML
HTML is the acronym for HyperText Markup Language. It tells the web browser how to display files containing HTML code. A piece of Markup code is referred to as a tag. It will be incorporated into the project as it can be manipulated by other applications such as Dreamweaver. Without the use of such applications, it would be a very lengthy process to create the interface using HTML alone.
Javascript
JavaScript is a programming language that can be built into Web pages. It executes from within the browser rather than on the web server. JavaScript creates web pages that can process data and interact with the user.
Java
Java is designed for the use in the distributed environment of the Internet because it is platform dependent and so Java programs such as Applets can be run on any machine. Applets make it possible to for a web page user to interact with the page...