Web Dev Basics Flashcards
1
Q
code languages that front end developers use?
A
HTML | CSS | Javascript
2
Q
HTML Stand For?
A
Hypertext Markup Language - defines the building blocks of our we b pages.
3
Q
CSS Explanation?
A
Cascading Stylesheet = styling web pages and making them beautiful
4
Q
Building Analogy?
A
HTML = foundations / structure
CSS = Nice interiors
Javascript = elevator that takes us where we want when we press a button
5
Q
Javascript explanation?
A
adds functionality and behaviour to our web pages. It’s a programming language.
6
Q
Framework/Library - explanation?
A
Selection of code that we can reuse in our websites.