What is HTML?
the language that web pages are written in
What does HTML do?
allows a browser to interpret and render a webpage
What is a tag in HTML?
values within angle brackets eg <h1>
What is an identifier selector?
Identifiers are a unique name given to an element on a web page, that follows a hashtag.
What is a class selector?
Multiple elements across web pages can be assigned to a certain class. This means elements can follow a consistent style, and the styling/ formatting only has to be defined once. Follows a full stop
What is CSS?
a language like HTML, but used to describe the style of webpage
What are the names of the 2 methods of applying CSS?
embedded/internal CSS
external CSS
Where do you write internal CSS?
inside the style tags, directly within the HTML document
Where do you write external CSS?
you write it in a seperate document, style sheet
How do you use external CSS in your HTML code?
link href= “styles.css” rel=”stylesheet” type=”text/css” in the head
What is javascript?
a language used to add interactivity on webpages
Is javascript interpreted or compiled?
interpreted
What is a search engine?
a program that searches through a database of internet addresses, looking for a resource based on a criteria set by the user
What software does a search engine use?
web crawlers/spiders
What does a web crawler do?
travels across the internet collecting keywords and phrases from a web page, and adds it to an index of web rescources
What is the pagerank algorithm?
the algorithm used to determine the order, when showing web results for a search engine query
What 2 factors determine a page rank?
the number of incoming links it has from other web pages
the page rank of the web pages that link to it
What is server side processing?
when a client sends information to a server for processing
What is client side processing?
when information is processed on a local device