What is HTML?
Hypertext markup language - Provides what content will be displayed on the page
CSS
Cascading Style Sheet - provides the style for the web page
What is JavaScript?
Used to make a website respond to user input and interaction. Can access information from the web, and organize and present data. Also can be used to build games and apps
www
World Wide Web, giant collection of web pages
Web pages
text and HTML formatted using CSS. Can be made dynamic with the use of Javascript
Bytecode
compiled version of a source code that can run on any platform with a virtual machine.