When the web started?
60s… that could survive a nuke war.
What was the first network? What was first connected?
ARPANET. Link from US to Europe via satellite.
When the world wide web was proposed?
1989
When the first browser was developed?
1990
What was the idea behind the WWW?
To have access to html documents. They could be decorated with different styles.
When the CSS was introduced?
1994
When the javascript was introduced? And why?
What are the basic ‘ingredients’ of the web?
Where are the ingredients hosted?
In a web server
What’s HTML?
It’s a markup language
What are the versions of HTML and when were they released?
1990: first specification
1993: difrst draft
1995: html 2.0
1997: 3.2 and 4.0
1999: 4.01
2014: html5
2016/17: 5.1 and 5.2
Who manages the HTML specs?
What’s the basic structure of a html document?
doctype, html, head, body.
What’s a good site to check which elements are supported by specific browsers?
caniuse.com
What’s a good site to try html live?
htmlivecode.com
What is CSS?
is a style sheet language to describe how elements should look like.
What is CSS Selectors?
Is a way to targeting styles into specific elements or classes.
What is CSS priority?
It means the same styles (when overlapping) will be chosen based on a pre-defined priority.
What is CSS priority?
It means the same styles (when overlapping) will be chosen based on a pre-defined priority.
What’s the biggest priority we can have?
!priority flag.
What is a CSS library?
is a library that contains already-defined css specs.
List the most common CSS libs.
Bootstrap, materialize, ionic, font-awesome, hamburgers.css.
What are CSS preprocessor?
It’s a more advanced way to define CSS. Usually once written is then compiled to css file.
What is the most common CSS preprocessor?
less