Learning html,css,floats,positioning
- HTML
- CSS
- float
- position
- padding
<header>
header
</header>
<nav>
nav
</nav>
<section>
section
<article>
article
<div><strong>h1,h2,h3</strong></div>
<p>p</p>
<br>
</article>
</section>
<aside>aside</aside>
<footer>
footer
</footer>
- Idea behind the classes and ids
- concept of box model
- positioning of html elements using css float,padding
Standard MIT License
