- Which HTML 5 tag would you use for semantically correctly wrap your page navigation?
- What is the difference between a
<div>and a<span>in HTML? - What is wrong in the following HTML?
<div class="some class" id="someID"></div>
<div class="some class" id="someID"></div>
- How would you create a new folder named
testFolderwith the command line?