工具 - Emmet
Code - Jumbotron
觀念 - HTML Elements & SEMANTIC HTML
觀念 - Positions
觀念 - CSS Relative Vs Fixed Units
<!-- Nav -->
<nav>...</nav>
<!-- Heading -->
<heading>...</heading>
<!-- Section -->
<section>...</section>
<!-- Footer -->
<footer>...</footer>
<!-- Nav -->
<div>...</div>
<!-- Heading -->
<div>...</div>
<!-- Section -->
<div>...</div>
<!-- Footer -->
<div>...</div>