Languages of Web Development Flashcards

1
Q

HTML (hypertext markup language)

A

structures website content

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

CSS

A

applies styling to websites

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

JavaScript

A

adds interactivity to websites

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

SQL

A

allows your web application to store and retrieve data

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

attribute (in HTML)

A

provides additional information about an HTML element

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

href attribute <a></a>

A

hyperlink reference. allows us to specify the URL.

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

CSS

A

provides style to the content of an HTML page

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

Functions (JavaScript)

A

allow us to write a chunk of code once that can be reused over and over.

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

Events (JavaScript)

A

JavaScript to respond to user behaviors, like the user hovering their mouse over an HTML element or resizing their window.

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