Web Development in a Nutshell Flashcards

1
Q

What is a web page to you?

A

A bunch of text/media, programming and formatting that people can access in a web browser on their own personal computer.

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

What are the various tools that are used in web dev?

A

HTML, JS, CSS
Terminal and Git
Frameworks and Libraries
Other things like Dev tools and oodles of other tools

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

What’s HTML

A

HTML is a language that assigns meaning to text. A “markup” language. You can use it to add basic inputs, setup outputs, links, media.
If the internet was entirely HTML, it would just look like text.

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

What’s CSS

A

Styles HTML

Spacing, colour, size

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

What’s JS

A

Programming language

Adds functionality and interactivity

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

What do frameworks and libraries add?

A

Sort of like in animation, you have templates, libraries, fonts etc.
These add coding frameworks without having to start from scratch if you don’t want to.

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