Web Technologies Flashcards
(7 cards)
CSS definition
Cascading Style Sheets
a style language used to define the layout, design and presentation of a webpage written in a markup language
Client-side processing definition
the data processing and operations performed by the client
the client’s browser runs the processing using the user’s local computer resources
typically used to run less critical code
HTML definition
HyperText markup language
a markup language used to write the contents of webpages on the World Wide Web
JavaScript definition
an interpreted, object-oriented programming language used to create interactive elements within web browsers for adding functionality to dynamic web pages
PageRank algorithms definition
an algorithm developed by Google to rank websites in their search results by usefulness
it ranks a webpage’s quality and importance by counting the number of links to that webpage
search engine indexing definition
a method of collecting, parsing and storing data from websites to facilitate fast and accurate information retrieval by the search engine
the search engine relies on an index of webpages to accomplish this
server-side processing
the data processing and operations performed by the web server
data is sent from the client’s browser to the web server for secure processing, and the output is sent back to the client