Web Tech Flashcards
The Web includes 3 things:
1) text files,HTML
2) a program-browser
3) a set of rules, HTTP protocol
web page
a document that is viewed in a web browser
website
a collection of orgnized related web pages
web server
a program that serves web pages to the browsers
it is used to display content
tag
HTML element
everythig from opening to closing tag
link
a clickable item that open another web page
CSS
Cascading style sheet-a textual language for describing how a web page is styled for visual representation
CSS rule
specifies styling properties for specific HTML element
CSS selector
specifies the HTML elements to which the specific rule applies
CSS styling declaration
a css property, e.g. color or font size
interpreter
executes programing statements directly
DOM
Document Object Model- data structure that corresponds to the HTML document displayed in a web browser
document object
property of the window object
Invented the www
Tim Berners-Lee