Make Responsive Websites & More!With this website you can learn to make responsive websites using HTML5, CSS3, JavaScript and more. Once you've made your website, there are tutorials that can help you add features to that website. code example
Example: make it responsive
<div id="gallery">
<div class="showcase-images">
<div class="showcase-block">
<img id="show-img" src="images/showcase/tabs.png" alt="Tabs">
</div>
</div>
<nav>
<ul id="main">
<li id="tabs"><a href="#">Tab</a></li>
<li id="login"><a href="#">Login</a></li>
<li id="forum"><a href="#">Forum</a></li>
</ul>
</nav>
</div>