HTML/CSS Flashcards
What is Git?
Git is a Version Control System to track changes in a project.
How many columns do you have in each Bootstrap row?
12
How do you write a list in Python?
[‘a’, ‘b’, ‘c’, ‘d’]
What is GitHub?
GitHub is a Git repository hosting service.
How do you capitalize the first letter of each word in a string?
.title()
How do you create space around elements in CSS?
margin
What is the index of the letter ‘c’ in the following list [‘c’, ‘o’, ‘d’, ‘i’, ‘n’, ‘g’]?
0
If you accidentally initialize a repository in the wrong directory, you can just remove the .git folder using?
rm -rf .git.
All content should descend from a container element in Bootstrap:
True
How do you set a breakpoint for very small screens in a responsive grid?
col-xs