- Which HTML 5 tag would you use for semantically correctly wrap your page footer?
- What is the difference between a class and an id in HTML and what is it used for?
- What is wrong in the following HTML?
<div class="some-class">
<div class="some-class" id="someID"></div>
- How would you create a new file named
testFile
with the command line? - How would you remove this file with the command line?
- Given you are in a folder that has git and a remote branch on github. How would you get the most current version on your machine?