HTML/CSS Flashcards

1
Q

What is Git?

A

Git is a Version Control System to track changes in a project.

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

How many columns do you have in each Bootstrap row?

A

12

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

How do you write a list in Python?

A

[‘a’, ‘b’, ‘c’, ‘d’]

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

What is GitHub?

A

GitHub is a Git repository hosting service.

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

How do you capitalize the first letter of each word in a string?

A

.title()

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

How do you create space around elements in CSS?

A

margin

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

What is the index of the letter ‘c’ in the following list [‘c’, ‘o’, ‘d’, ‘i’, ‘n’, ‘g’]?

A

0

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

If you accidentally initialize a repository in the wrong directory, you can just remove the .git folder using?

A

rm -rf .git.

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

All content should descend from a container element in Bootstrap:

A

True

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

How do you set a breakpoint for very small screens in a responsive grid?

A

col-xs

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