FE Web Languages, Frameworks, and Tools Flashcards

1
Q

HTML5

A

Hypertext Markup Language

Tag based language, making up the structure of a web page. As basic as it gets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CSS3

A

Cascading Style Sheets
language controlling the visual styling and appearance of HTML. As the name implies, it gets applied in a cascading fashion from parents to children

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SASS

A

Syntactically Awesome Style Sheets
this is a CSS extension pre-processing language, meaning it adds functionality to the base CSS Codex. You write code as a .sass file that then gets converted into a .css file before it is sent to the client browser.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Javascript, ECMAscript

A

this is a non-compiled, client side object-oriented scripting language meaning all processing is performed by the client machine and not the server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly