HTML/CSS/javascript Flashcards
1
Q
What is HTML?
A
Hypertext markup language - Provides what content will be displayed on the page
2
Q
CSS
A
Cascading Style Sheet - provides the style for the web page
3
Q
What is JavaScript?
A
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
4
Q
www
A
World Wide Web, giant collection of web pages
5
Q
Web pages
A
text and HTML formatted using CSS. Can be made dynamic with the use of Javascript
6
Q
Bytecode
A
compiled version of a source code that can run on any platform with a virtual machine.